Home
last modified time | relevance | path

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

/openbmc/phosphor-health-monitor/
H A Dhealth_metric_collection.cpp69 double activePercValue = 0; in readCPU() local
101 activePercValue = (100.0 * activeTimeDiff) / totalTimeDiff; in readCPU()
103 "VALUE", (double)activePercValue); in readCPU()
105 metrics[config.name]->update(MValue(activePercValue, 100)); in readCPU()