Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dplatform_monitor.cpp68 onceTotalWaitTime_ += waitTime; in CollectCostTime()
83 onceTotalWaitTime_, overRealTotalCount_, overProcessTotalCount_, in CollectCostTime()
104 uint32_t onceTotalWaitTime = onceTotalWaitTime_; in CollectPerfProfiler()
108 onceTotalWaitTime_ = 0; in CollectPerfProfiler()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dplatform_monitor.h118 uint32_t onceTotalWaitTime_ = 0; variable