Home
last modified time | relevance | path

Searched refs:activeTime (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
73 activeTime = timeData[CPUStatsIndex::userIndex] + in readCPU()
84 activeTime = timeData[CPUStatsIndex::systemIndex]; in readCPU()
88 activeTime = timeData[CPUStatsIndex::userIndex]; in readCPU()
94 activeTimeDiff = activeTime - preActiveTime[config.subType]; in readCPU()
98 preActiveTime[config.subType] = activeTime; in readCPU()