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

/art/runtime/base/
H A Dtime_utils.cc56 uint64_t GetNsToTimeUnitDivisor(TimeUnit time_unit) { argument
61 switch (time_unit) {
74 std::string FormatDuration(uint64_t nano_duration, TimeUnit time_unit, argument
77 uint64_t divisor = GetNsToTimeUnitDivisor(time_unit);
78 switch (time_unit) {

Completed in 50 milliseconds