Searched defs:usec (Results 1 – 3 of 3) sorted by relevance
37 long usec = (tv2.tv_sec - tv1.tv_sec) * 1000000 + tv2.tv_usec - tv1.tv_usec; in main() local
141 uint64_t usec() const { in usec() function
637 int64_t usec = duration_uptime.InMicroseconds(); in CollectAndReportAttemptMetrics() local