Home
last modified time | relevance | path

Searched refs:total_time_ns (Results 1 – 1 of 1) sorted by relevance

/art/runtime/base/
Dtiming_logger.cc120 uint64_t total_time_ns = timer->Sum() * kAdjust; in DumpAverages() local
122 << ":\tSum: " << PrettyDuration(total_time_ns) in DumpAverages()
123 << " Avg: " << PrettyDuration(total_time_ns / iterations_) << "\n"; in DumpAverages()