Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dplatform_monitor.cpp360 int64_t duration = static_cast<int64_t>(recoverTimestamp_ - breakTimestamp_); in ReportRecoverProfile()
386 recoverTimestamp_ = TimeUtil::GenerateTimestamp(); in Breaking()
387 breakDuration_ += recoverTimestamp_ - breakTimestamp_; in Breaking()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dplatform_monitor.h106 uint64_t recoverTimestamp_ = 0; variable