Home
last modified time | relevance | path

Searched refs:usec (Results 1 – 5 of 5) sorted by relevance

/system/extras/tests/schedtest/
Dschedtest.c37 long usec = (tv2.tv_sec - tv1.tv_sec) * 1000000 + tv2.tv_usec - tv1.tv_usec; in main() local
38 avg += usec; in main()
40 if (usec > max) max = usec; in main()
/system/connectivity/shill/net/
Dshill_time.cc111 string Time::FormatTime(const struct tm& date_time, suseconds_t usec) { in FormatTime() argument
127 static_cast<uint64_t>(usec), split_pos + 1); in FormatTime()
Dshill_time.h78 static std::string FormatTime(const struct tm& date_time, suseconds_t usec);
/system/core/logcat/
Dlogcatd.rc39 …/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…
/system/update_engine/
Dpayload_state.cc580 int64_t usec = duration_uptime.InMicroseconds(); in CollectAndReportAttemptMetrics() local
581 if (usec > 0) { in CollectAndReportAttemptMetrics()
582 double sec = static_cast<double>(usec) / Time::kMicrosecondsPerSecond; in CollectAndReportAttemptMetrics()