Searched refs:monotonicNs (Results 1 – 3 of 3) sorted by relevance
310 uint32_t monotonicNs = nsec; in threadLoop() local312 monotonicNs += sec * 1000000000U; // unsigned to prevent signed overflow. in threadLoop()345 mDumpState->mMonotonicNs[i] = monotonicNs; in threadLoop()346 LOG_WORK_TIME(monotonicNs); in threadLoop()354 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()
267 const int64_t monotonicNs = it.payload<int64_t>(); in dump() local268 body.appendFormat("EVENT_WORK_TIME,%lld", static_cast<long long>(monotonicNs)); in dump()