HomeSort by relevance Sort by last modified time
    Searched refs:histogram_ (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
counters.cc 77 if (histogram_ != NULL) {
83 AddHistogramSample(histogram_, milliseconds);
counters.h 206 void* histogram_; member in struct:v8::internal::HistogramTimer
220 return (histogram_ != NULL) && (start_time_ != 0) && (stop_time_ == 0);
228 histogram_ = CreateHistogram();
230 return histogram_;
  /external/chromium/chrome/browser/metrics/
thread_watcher.cc 31 histogram_(NULL),
136 histogram_->AddTime(response_time);
173 histogram_ = base::Histogram::FactoryTimeGet(
thread_watcher.h 189 base::Histogram* histogram_; member in class:ThreadWatcher

Completed in 136 milliseconds