Lines Matching defs:histogram_
182 histogram_(NULL),
204 histogram_ = CreateHistogram();
206 return histogram_;
219 void* histogram_;
336 : histogram_(histogram) {
337 histogram_->Start();
339 ~AggregatingHistogramTimerScope() { histogram_->Stop(); }
342 AggregatableHistogramTimer* histogram_;
350 : histogram_(histogram) {
353 ~AggregatedHistogramTimerScope() { histogram_->Add(timer_.Elapsed()); }
357 AggregatableHistogramTimer* histogram_;