Home
last modified time | relevance | path

Searched refs:total_duration_ms (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dgc-tracer.cc168 background_counter_[i].total_duration_ms = 0; in GCTracer()
201 background_counter_[i].total_duration_ms = 0; in ResetForTesting()
1067 background_counter_[first_background_scope + i].total_duration_ms; in FetchBackgroundCounters()
1068 background_counter_[first_background_scope + i].total_duration_ms = 0; in FetchBackgroundCounters()
1090 counter.total_duration_ms += duration; in AddBackgroundScopeSample()
Dgc-tracer.h344 double total_duration_ms; member