Searched refs:ns2ms (Results 1 – 10 of 10) sorted by relevance
141 int32_t elapsedMillis = ns2ms(stopWatch.elapsedTime()); in TEST_F()154 int32_t elapsedMillis = ns2ms(stopWatch.elapsedTime()); in TEST_F()168 int32_t elapsedMillis = ns2ms(stopWatch.elapsedTime()); in TEST_F()179 int32_t elapsedMillis = ns2ms(stopWatch.elapsedTime()); in TEST_F()195 int32_t elapsedMillis = ns2ms(stopWatch.elapsedTime()); in TEST_F()214 int32_t elapsedMillis = ns2ms(stopWatch.elapsedTime()); in TEST_F()346 elapsedMillis = ns2ms(stopWatch.elapsedTime()); in TEST_F()527 elapsedMillis = ns2ms(stopWatch.elapsedTime()); in TEST_F()539 elapsedMillis = ns2ms(stopWatch.elapsedTime()); in TEST_F()600 elapsedMillis = ns2ms(stopWatch.elapsedTime()); in TEST_F()[all …]
46 uint32_t index = static_cast<uint32_t>(ns2ms(frameTime)); in frameCountIndexForFrameTime()179 framebucket = (ns2ms(duration) - kSlowFrameBucketStartMs) / kSlowFrameBucketIntervalMs; in reportFrame()215 uint32_t index = static_cast<uint32_t>(ns2ms(duration)); in reportGPUFrame()
64 mFrameTimeMs = ns2ms(mClock.latestVsync()); in startFrame()
224 (ns2ms(mFrameInterval) * t.percentFrametime * mVerticalUnit); in drawThreshold()
247 ss << "Davey! duration=" << ns2ms(totalDuration) << "ms; "; in finishFrame()
61 timeout = ns2ms(nextWakeup - WorkQueue::clock::now()); in waitForWork()
68 static CONSTEXPR inline nsecs_t ns2ms(nsecs_t v) {return nanoseconds_to_milliseconds(v);} in ns2ms() function
331 return ns2ms(mTimeToShowNextSnapshot - mCurrentTime); in drawStaging()
285 ns2ms(std::max(frameDiffNanos, mMemoryPolicy.minimumResourceRetention)); in onThreadIdle()
1201 LOG_EVENT_LONG(LOG_BOOT_PROGRESS_START, ns2ms(systemTime(SYSTEM_TIME_MONOTONIC))); in start()