Home
last modified time | relevance | path

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

/openbmc/phosphor-health-monitor/
H A Dhealth_metric_collection.cpp67 uint64_t activeTime = 0, activeTimeDiff = 0, totalTime = 0, in readCPU() local
91 totalTime = std::accumulate(std::begin(timeData), std::end(timeData), in readCPU()
92 decltype(totalTime){0}); in readCPU()
95 totalTimeDiff = totalTime - preTotalTime[config.subType]; in readCPU()
99 preTotalTime[config.subType] = totalTime; in readCPU()