Searched defs:GarbageCollectionFullCycle (Results 1 – 1 of 1) sorted by relevance
37 struct GarbageCollectionFullCycle { struct38 int reason = -1;39 GarbageCollectionPhases total;40 GarbageCollectionPhases total_cpp;41 GarbageCollectionPhases main_thread;42 GarbageCollectionPhases main_thread_cpp;43 GarbageCollectionPhases main_thread_atomic;44 GarbageCollectionPhases main_thread_atomic_cpp;45 GarbageCollectionPhases main_thread_incremental;46 GarbageCollectionPhases main_thread_incremental_cpp;[all …]