Searched refs:usec (Results 1 – 5 of 5) sorted by relevance
37 long usec = (tv2.tv_sec - tv1.tv_sec) * 1000000 + tv2.tv_usec - tv1.tv_usec; in main() local38 avg += usec; in main()40 if (usec > max) max = usec; in main()
111 string Time::FormatTime(const struct tm& date_time, suseconds_t usec) { in FormatTime() argument127 static_cast<uint64_t>(usec), split_pos + 1); in FormatTime()
78 static std::string FormatTime(const struct tm& date_time, suseconds_t usec);
39 …/system/bin/logcat -L -b ${logd.logpersistd.buffer:-all} -v threadtime -v usec -v printable -D -f …60 service logcatd /system/bin/logcat -b ${logd.logpersistd.buffer:-all} -v threadtime -v usec -v prin…
580 int64_t usec = duration_uptime.InMicroseconds(); in CollectAndReportAttemptMetrics() local581 if (usec > 0) { in CollectAndReportAttemptMetrics()582 double sec = static_cast<double>(usec) / Time::kMicrosecondsPerSecond; in CollectAndReportAttemptMetrics()