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

  /art/runtime/base/
timing_logger.cc 88 DumpHistogram(os);
116 void CumulativeLogger::DumpHistogram(std::ostream &os) const {
123 // We don't expect DumpHistogram to be called often, so it is not performance critical.
timing_logger.h 62 void DumpHistogram(std::ostream &os) const EXCLUSIVE_LOCKS_REQUIRED(lock_);

Completed in 6571 milliseconds