Searched refs:allocation_time_ms_ (Results 1 – 2 of 2) sorted by relevance
125 allocation_time_ms_(0.0), in GCTracer()149 allocation_time_ms_ = 0.0; in ResetForTesting()329 if (allocation_time_ms_ == 0) { in SampleAllocation()331 allocation_time_ms_ = current_ms; in SampleAllocation()342 double duration = current_ms - allocation_time_ms_; in SampleAllocation()343 allocation_time_ms_ = current_ms; in SampleAllocation()354 allocation_time_ms_ = current_ms; in AddAllocation()
468 double allocation_time_ms_; variable