Home
last modified time | relevance | path

Searched defs:GarbageCollectionYoungCycle (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-metrics.h81 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;
[all …]