Home
last modified time | relevance | path

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

/hardware/google/aemu/base/
DSystem.cpp105 mStartTimeUs = getUs(); in TickCountImpl()
118 uint64_t getUs() const { in getUs() function
324 return kTickCount.getUs(); in getHighResTimeUs()
328 return (kTickCount.getUs() - kTickCount.getStartTimeUs()) / 1000; in getUptimeMs()
414 res.wall_time_us = kTickCount.getUs(); in cpuTime()