Searched refs:total_time_ns (Results 1 – 1 of 1) sorted by relevance
120 uint64_t total_time_ns = timer->Sum() * kAdjust; in DumpAverages() local122 << ":\tSum: " << PrettyDuration(total_time_ns) in DumpAverages()123 << " Avg: " << PrettyDuration(total_time_ns / iterations_) << "\n"; in DumpAverages()