Home | History | Annotate | Download | only in runtime

Lines Matching refs:time_unit

501 uint64_t GetNsToTimeUnitDivisor(TimeUnit time_unit) {
506 switch (time_unit) {
519 std::string FormatDuration(uint64_t nano_duration, TimeUnit time_unit,
522 uint64_t divisor = GetNsToTimeUnitDivisor(time_unit);
523 switch (time_unit) {