Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DUidProcStatsCollector.cpp260 uint64_t oneTenthCpuCycles = 0; in readTimeInStateFile() local
279 oneTenthCpuCycles = addUint64(oneTenthCpuCycles, mul(freqKHz, clockTicks)); in readTimeInStateFile()
284 return mul(oneTenthCpuCycles, cyclesPerKHzClockTicks); in readTimeInStateFile()