Searched defs:time_unit (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dutils.cc501 uint64_t GetNsToTimeUnitDivisor(TimeUnit time_unit) { argument
506 switch (time_unit) {
519 std::string FormatDuration(uint64_t nano_duration, TimeUnit time_unit, argument
522 uint64_t divisor = GetNsToTimeUnitDivisor(time_unit);
523 switch (time_unit) {

Completed in 160 milliseconds