Home
last modified time | relevance | path

Searched defs:CpuTime (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/power-libperfmgr/adaptivecpu/
DCpuLoadReaderProcStat.h32 struct CpuTime { struct
49 std::map<uint32_t, CpuTime> mPreviousCpuTimes; argument
DCpuLoadReaderSysDevices.h36 struct CpuTime { struct
59 std::array<CpuTime, NUM_CPU_CORES> mPreviousCpuTimes; argument
DCpuLoadReaderSysDevices.cpp92 bool CpuLoadReaderSysDevices::ReadCpuTimes(std::array<CpuTime, NUM_CPU_CORES> *result) const { in ReadCpuTimes()