Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dplatform_monitor.cpp112 if (minSpeed_ == 0 || (minSpeed_ > curRealSpeed_)) { in CollectPerfProfiler()
113 minSpeed_ = curRealSpeed_; in CollectPerfProfiler()
119 minSpeed_ = 0; in CollectPerfProfiler()
135 "onceTotalCnt=%{public}u, minSpeed_=%{public}u, maxSpeed_=%{public}u, " in CollectPerfProfiler()
140 onceTotalCnt, minSpeed_, maxSpeed_, in CollectPerfProfiler()
220 perfMeasure.minSpeed = minSpeed_; in GetMaxSpeed()
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dplatform_monitor.h120 uint32_t minSpeed_ = 0; member in OHOS::HiviewDFX::PlatformMonitor

Completed in 2 milliseconds