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

  /external/chromium/base/
message_loop.cc 531 if (enable_histogrammer_ && !message_histogram_.get()
534 message_histogram_ = LinearHistogram::FactoryGet("MsgLoop:" + thread_name_,
537 message_histogram_->kHexRangePrintingFlag);
538 message_histogram_->SetRangeDescriptions(event_descriptions_);
543 if (message_histogram_.get())
544 message_histogram_->Add(event);
message_loop.h 385 // If message_histogram_ is NULL, this is a no-op.
417 scoped_refptr<Histogram> message_histogram_; member in class:MessageLoop

Completed in 21 milliseconds