Home
last modified time | relevance | path

Searched refs:onceTotalCnt (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dplatform_monitor.cpp105 uint32_t onceTotalCnt = onceTotalCnt_; in CollectPerfProfiler() local
111 curRealSpeed_ = (TimeUtil::SEC_TO_MICROSEC * onceTotalCnt) / onceTotalRealTime; in CollectPerfProfiler()
124 curProcSpeed_ = (TimeUtil::SEC_TO_MICROSEC * onceTotalCnt) / onceTotalProcTime; in CollectPerfProfiler()
128 if (onceTotalCnt > 0) { in CollectPerfProfiler()
129 avgRealTime_ = static_cast<double>(onceTotalRealTime) / onceTotalCnt; in CollectPerfProfiler()
130 avgProcessTime_ = static_cast<double>(onceTotalProcTime) / onceTotalCnt; in CollectPerfProfiler()
131 avgWaitTime_ = static_cast<double>(onceTotalWaitTime) / onceTotalCnt; in CollectPerfProfiler()
135 "onceTotalCnt=%{public}u, minSpeed_=%{public}u, maxSpeed_=%{public}u, " in CollectPerfProfiler()
140 onceTotalCnt, minSpeed_, maxSpeed_, in CollectPerfProfiler()

Completed in 1 milliseconds