Searched refs:monotonicNs (Results 1 – 3 of 3) sorted by relevance
270 uint32_t monotonicNs = nsec; in threadLoop() local272 monotonicNs += sec * 1000000000U; // unsigned to prevent signed overflow. in threadLoop()305 mDumpState->mMonotonicNs[i] = monotonicNs; in threadLoop()306 LOG_WORK_TIME(monotonicNs); in threadLoop()314 ATRACE_INT(mCycleMs, monotonicNs / 1000000); in threadLoop()
161 const int64_t monotonicNs = it.payload<int64_t>(); in processSnapshot() local162 const double monotonicMs = monotonicNs * 1e-6; in processSnapshot()164 data.active += monotonicNs; in processSnapshot()
270 const int64_t monotonicNs = it.payload<int64_t>(); in dump() local271 body.appendFormat("EVENT_WORK_TIME,%lld", static_cast<long long>(monotonicNs)); in dump()