Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/sysevent_source/
Dplatform_monitor.cpp377 int64_t duration = static_cast<int64_t>(recoverTimestamp_ - breakTimestamp_); in ReportRecoverProfile()
393 breakTimestamp_ = TimeUtil::GenerateTimestamp(); in Breaking()
404 breakDuration_ += recoverTimestamp_ - breakTimestamp_; in Breaking()
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
Dplatform_monitor.h105 uint64_t breakTimestamp_ = 0; variable