Home
last modified time | relevance | path

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

/openbmc/phosphor-health-monitor/
H A Dhealth_metric_collection.cpp68 totalTimeDiff = 0; in readCPU() local
95 totalTimeDiff = totalTime - preTotalTime[config.subType]; in readCPU()
101 activePercValue = (100.0 * activeTimeDiff) / totalTimeDiff; in readCPU()