Lines Matching defs:GarbageCollectionFullCycle
37 struct GarbageCollectionFullCycle { struct
38 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;
47 GarbageCollectionSizes objects;
48 GarbageCollectionSizes objects_cpp;
49 GarbageCollectionSizes memory;
50 GarbageCollectionSizes memory_cpp;
51 double collection_rate_in_percent = -1.0;
52 double collection_rate_cpp_in_percent = -1.0;
53 double efficiency_in_bytes_per_us = -1.0;
54 double efficiency_cpp_in_bytes_per_us = -1.0;
55 double main_thread_efficiency_in_bytes_per_us = -1.0;
56 double main_thread_efficiency_cpp_in_bytes_per_us = -1.0;