Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dgc-tracer.cc148 allocation_time_ms_(0.0), in GCTracer()
178 allocation_time_ms_ = 0.0; in ResetForTesting()
371 if (allocation_time_ms_ == 0) { in SampleAllocation()
373 allocation_time_ms_ = current_ms; in SampleAllocation()
384 double duration = current_ms - allocation_time_ms_; in SampleAllocation()
385 allocation_time_ms_ = current_ms; in SampleAllocation()
396 allocation_time_ms_ = current_ms; in AddAllocation()
Dgc-tracer.h417 double allocation_time_ms_; variable