Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/sysevent_source/
Dplatform_monitor.cpp65 onceTotalWaitTime_ += event->processTime_ - event->realtime_; in CollectCostTime()
80 onceTotalWaitTime_, overRealTotalCount_, overProcessTotalCount_, in CollectCostTime()
101 uint32_t onceTotalWaitTime = onceTotalWaitTime_; in CollectPerfProfiler()
105 onceTotalWaitTime_ = 0; in CollectPerfProfiler()
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
Dplatform_monitor.h118 uint32_t onceTotalWaitTime_ = 0; variable