Home
last modified time | relevance | path

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

/art/runtime/base/
Dtiming_logger.cc204 uint64_t longest_split = 0; in Dump() local
206 longest_split = std::max(longest_split, timing_data.GetTotalTime(i)); in Dump()
209 TimeUnit tu = GetAppropriateTimeUnit(longest_split); in Dump()