Home
last modified time | relevance | path

Searched refs:realtime_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dplatform_monitor.cpp65 onceTotalRealTime_ += event->realtime_; in CollectCostTime()
67 …uint64_t waitTime = event->processTime_ > event->realtime_ ? (event->processTime_ - event->realtim… in CollectCostTime()
69 AccumulateTimeInterval(event->realtime_, realStat_); in CollectCostTime()
72 if (event->realtime_ > realTimeBenchMark_) { in CollectCostTime()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Devent.h41 realtime_(0), in Event()
67 realtime_(0), in Event()
147 uint64_t realtime_; variable
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dplugin.cpp70 event->realtime_ += *timePtr; in OnEventProxy()