Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/task/
H A Dcpu_perf_dump.cpp45 systemUpTime_ = static_cast<int64_t>(TimeUtil::GetMilliseconds()); in CpuPerfDump()
46 lastRecordTime_ = systemUpTime_; in CpuPerfDump()
83 if (abs(nowTime - systemUpTime_) < DUMP_HIPERF_DELAY_TIME) { in CheckRecordInterval()
86 if (systemUpTime_ != lastRecordTime_ && abs(nowTime - lastRecordTime_) < DUMP_HIPERF_INTERVAL) { in CheckRecordInterval()
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/task/include/
H A Dcpu_perf_dump.h41 int64_t systemUpTime_ = 0; variable