Home
last modified time | relevance | path

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

/openbmc/phosphor-health-monitor/
H A Dhealth_metric_collection.cpp95 totalTimeDiff = totalTime - preTotalTime[config.subType]; in readCPU()
99 preTotalTime[config.subType] = totalTime; in readCPU()
H A Dhealth_metric_collection.hpp49 time_map_t preTotalTime; member in phosphor::health::metric::collection::HealthMetricCollection