Home
last modified time | relevance | path

Searched refs:major_gc_time (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/sgen/
H A Dgc-internal-agnostic.h72 gint64 major_gc_time; member
H A Dsgen-gc.c2354 UnlockedAdd64 (&gc_stats.major_gc_time, TV_ELAPSED (time_start, time_end)); in major_do_collection()
2390 UnlockedAdd64 (&gc_stats.major_gc_time, TV_ELAPSED (time_start, time_end)); in major_start_concurrent_collection()
2418 UnlockedAdd64 (&gc_stats.major_gc_time, TV_ELAPSED (total_start, total_end)); in major_update_concurrent_collection()
2455 UnlockedAdd64 (&gc_stats.major_gc_time, TV_ELAPSED (total_start, total_end)); in major_finish_concurrent_collection()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dgc.c927 …"Major GC time", MONO_COUNTER_GC | MONO_COUNTER_LONG | MONO_COUNTER_TIME, &gc_stats.major_gc_time); in mono_gc_init()
H A Dboehm-gc.c488 UnlockedAdd64 (&gc_stats.major_gc_time, mono_100ns_ticks () - gc_start_time); in on_gc_notification()