Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dplatform_monitor.cpp115 if (curRealSpeed_ > maxSpeed_) { in CollectPerfProfiler()
116 maxSpeed_ = curRealSpeed_; in CollectPerfProfiler()
120 maxSpeed_ = 0; in CollectPerfProfiler()
140 onceTotalCnt, minSpeed_, maxSpeed_, in CollectPerfProfiler()
221 perfMeasure.maxSpeed = maxSpeed_; in GetMaxSpeed()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dplatform_monitor.h121 uint32_t maxSpeed_ = 0; variable