Home
last modified time | relevance | path

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

/external/v8/src/
Dcounters.h375 start_ms_(0.0), in AggregatedMemoryHistogram()
400 double start_ms_; variable
413 start_ms_ = current_ms; in AddSample()
425 double end_ms = start_ms_ + sample_interval_ms; in AddSample()
450 start_ms_ = current_ms; in AddSample()
453 start_ms_ = last_ms_; in AddSample()
456 aggregate_value_ = current_ms > start_ms_ + kEpsilon in AddSample()
469 double interval_ms = current_ms - start_ms_; in Aggregate()
474 return aggregate_value_ * ((last_ms_ - start_ms_) / interval_ms) + in Aggregate()