Home
last modified time | relevance | path

Searched refs:MONO_COUNTER_METADATA (Results 1 – 9 of 9) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-counters.h27 MONO_COUNTER_METADATA = 1 << 10, enumerator
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dloader.c110 MONO_COUNTER_METADATA | MONO_COUNTER_INT, &memberref_sig_cache_size); in mono_loader_init()
112 MONO_COUNTER_METADATA | MONO_COUNTER_INT, &methods_size); in mono_loader_init()
114 MONO_COUNTER_METADATA | MONO_COUNTER_INT, &signatures_size); in mono_loader_init()
H A Ddomain.c501 …mono_counters_register ("Max HashTable Chain Length", MONO_COUNTER_INT|MONO_COUNTER_METADATA, &mon… in mono_init_internal()
H A Dclass.c10090 MONO_COUNTER_METADATA | MONO_COUNTER_INT, &class_def_count); in mono_classes_init()
10092 MONO_COUNTER_METADATA | MONO_COUNTER_INT, &class_gtd_count); in mono_classes_init()
10094 MONO_COUNTER_METADATA | MONO_COUNTER_INT, &class_ginst_count); in mono_classes_init()
10096 MONO_COUNTER_METADATA | MONO_COUNTER_INT, &class_gparam_count); in mono_classes_init()
10098 MONO_COUNTER_METADATA | MONO_COUNTER_INT, &class_array_count); in mono_classes_init()
10100 MONO_COUNTER_METADATA | MONO_COUNTER_INT, &class_pointer_count); in mono_classes_init()
10106 MONO_COUNTER_METADATA | MONO_COUNTER_INT, &classes_size); in mono_classes_init()
H A Dmetadata.c1662 …mono_counters_register ("ImgSet Cache Hit", MONO_COUNTER_METADATA | MONO_COUNTER_INT, &img_set_cac… in mono_metadata_init()
1663 …mono_counters_register ("ImgSet Cache Miss", MONO_COUNTER_METADATA | MONO_COUNTER_INT, &img_set_ca… in mono_metadata_init()
1664 mono_counters_register ("ImgSet Count", MONO_COUNTER_METADATA | MONO_COUNTER_INT, &img_set_count); in mono_metadata_init()
H A Dverify.c338 …mono_counters_register ("Maximum memory allocated during verification", MONO_COUNTER_METADATA | MO… in init_verifier_stats()
339 …mono_counters_register ("Maximum memory used during verification", MONO_COUNTER_METADATA | MONO_CO… in init_verifier_stats()
340 …mono_counters_register ("Total memory allocated for verification", MONO_COUNTER_METADATA | MONO_CO… in init_verifier_stats()
H A Dreflection.c80 MONO_COUNTER_METADATA | MONO_COUNTER_INT, &class_ref_info_handle_count); in mono_reflection_init()
H A Dmarshal.c410 MONO_COUNTER_METADATA | MONO_COUNTER_INT, &class_marshal_info_count); in mono_marshal_init()
/dports/lang/mono/mono-5.10.1.57/mono/profiler/
H A Dmprof-report.c347 case MONO_COUNTER_METADATA: return "Mono Metadata"; in section_name()