Lines Matching defs:GarbageCollectionYoungCycle
81 struct GarbageCollectionYoungCycle { struct
82 int reason = -1;
83 int64_t total_wall_clock_duration_in_us = -1;
84 int64_t main_thread_wall_clock_duration_in_us = -1;
85 double collection_rate_in_percent = -1.0;
86 double efficiency_in_bytes_per_us = -1.0;
87 double main_thread_efficiency_in_bytes_per_us = -1.0;
89 GarbageCollectionPhases total_cpp;
90 GarbageCollectionSizes objects_cpp;
91 GarbageCollectionSizes memory_cpp;
92 double collection_rate_cpp_in_percent = -1.0;
93 double efficiency_cpp_in_bytes_per_us = -1.0;
94 double main_thread_efficiency_cpp_in_bytes_per_us = -1.0;