Home | History | Annotate | Download | only in src

Lines Matching defs:Add

43   // Register an application-defined function to add a sample
77 // Add a sample to a histogram created with the CreateHistogram
193 // Add a single sample to this histogram.
332 // Add a time value ("inner" scope).
333 void Add(base::TimeDelta other) { time_ += other; }
362 ~AggregatedHistogramTimerScope() { histogram_->Add(timer_.Elapsed()); }
491 void Add(RuntimeCallCounter* other);
847 // Leave a scope for a measured runtime function. This will properly add
858 // Add all entries from another stats object.
859 void Add(RuntimeCallStats* other);