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()
48 usec = (sample.time - sec * 1000000000) / 100051 usec, sample.period, event.name))
141 uint64_t usec() const { in usec() function
55 service logcatd /system/bin/logcatd -L -b ${logd.logpersistd.buffer:-all} -v threadtime -v usec -v …
635 int64_t usec = duration_uptime.InMicroseconds(); in CollectAndReportAttemptMetrics() local636 if (usec > 0) { in CollectAndReportAttemptMetrics()637 double sec = static_cast<double>(usec) / Time::kMicrosecondsPerSecond; in CollectAndReportAttemptMetrics()