Home
last modified time | relevance | path

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

/external/v8/src/
Dcounters.h384 start_ms_(0.0), in AggregatedMemoryHistogram()
409 double start_ms_; variable
422 start_ms_ = current_ms; in AddSample()
434 double end_ms = start_ms_ + sample_interval_ms; in AddSample()
459 start_ms_ = current_ms; in AddSample()
462 start_ms_ = last_ms_; in AddSample()
465 aggregate_value_ = current_ms > start_ms_ + kEpsilon in AddSample()
478 double interval_ms = current_ms - start_ms_; in Aggregate()
483 return aggregate_value_ * ((last_ms_ - start_ms_) / interval_ms) + in Aggregate()