Home
last modified time | relevance | path

Searched refs:msec (Results 1 – 3 of 3) sorted by relevance

/system/extras/tests/workloads/
Ddefs.sh190 ((msec=$1*1000000+msecfield))
191 ((msec=msec/1000))
192 echo $msec
/system/core/liblog/include/log/
Dlog_time.h145 uint64_t msec() const { in msec() function
/system/core/logd/
DLogStatistics.cpp809 uint64_t oldest = mOldest[i].msec() / 1000; in ReportInteresting()
810 uint64_t newest = mNewest[i].msec() / 1000; in ReportInteresting()
905 uint64_t oldest = mOldest[id].msec(); in Format()
906 uint64_t newest = mNewest[id].msec(); in Format()
924 uint64_t dropped = mNewestDropped[id].msec(); in Format()