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

  /art/runtime/base/
timing_logger.h 63 void DumpHistogram(std::ostream &os) const REQUIRES(lock_);
timing_logger.cc 90 DumpHistogram(os);
118 void CumulativeLogger::DumpHistogram(std::ostream &os) const {
125 // We don't expect DumpHistogram to be called often, so it is not performance critical.

Completed in 54 milliseconds