Searched defs:GarbageCollectionYoungCycle (Results 1 – 1 of 1) sorted by relevance
81 struct GarbageCollectionYoungCycle { struct82 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;[all …]