Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/sysevent_source/
Dplatform_monitor.cpp112 if (curRealSpeed_ > maxSpeed_) { in CollectPerfProfiler()
113 maxSpeed_ = curRealSpeed_; in CollectPerfProfiler()
117 maxSpeed_ = 0; in CollectPerfProfiler()
137 onceTotalCnt, minSpeed_, maxSpeed_, in CollectPerfProfiler()
218 perfMeasure.maxSpeed = maxSpeed_; in GetMaxSpeed()
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
Dplatform_monitor.h121 uint32_t maxSpeed_ = 0; variable