Home | History | Annotate | Download | only in src

Lines Matching refs:AddSample

187   void AddSample(int sample);
322 void Stop() { AddSample(static_cast<int>(time_.InMicroseconds())); }
386 // Invariants that hold before and after AddSample if
395 void AddSample(double current_ms, double current_value);
409 void AggregatedMemoryHistogram<Histogram>::AddSample(double current_ms,
442 backing_histogram_->AddSample(static_cast<int>(sample_value + 0.5));