Home
last modified time | relevance | path

Searched refs:lastCpuTimeInfos (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_telemetry.cpp278 static std::vector<CpuTime> lastCpuTimeInfos; in GetCPUCores() local
279 if (lastCpuTimeInfos.empty()) { in GetCPUCores()
280 lastCpuTimeInfos.resize(cpu.cores); in GetCPUCores()
285 cpu.coreFrequencyLoad[i].load = GetCpuTotalUsage(cpuTimeInfos[i], lastCpuTimeInfos[i]); in GetCPUCores()
287 lastCpuTimeInfos = cpuTimeInfos; in GetCPUCores()

Completed in 2 milliseconds