Searched refs:allocation_time_ms_ (Results 1 – 2 of 2) sorted by relevance
148 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()
417 double allocation_time_ms_; variable