Home
last modified time | relevance | path

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

/external/v8/src/
Dcounters.h563 start_ms_(0.0), in AggregatedMemoryHistogram()
571 double start_ms_; variable
584 start_ms_ = current_ms; in AddSample()
596 double end_ms = start_ms_ + sample_interval_ms; in AddSample()
621 start_ms_ = current_ms; in AddSample()
624 start_ms_ = last_ms_; in AddSample()
627 aggregate_value_ = current_ms > start_ms_ + kEpsilon in AddSample()
640 double interval_ms = current_ms - start_ms_; in Aggregate()
645 return aggregate_value_ * ((last_ms_ - start_ms_) / interval_ms) + in Aggregate()