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.cc108 allocation_time_ms_(0.0), in GCTracer()
124 allocation_time_ms_ = 0.0; in ResetForTesting()
317 if (allocation_time_ms_ == 0) { in SampleAllocation()
319 allocation_time_ms_ = current_ms; in SampleAllocation()
330 double duration = current_ms - allocation_time_ms_; in SampleAllocation()
331 allocation_time_ms_ = current_ms; in SampleAllocation()
342 allocation_time_ms_ = current_ms; in AddAllocation()
Dgc-tracer.h413 double allocation_time_ms_; variable