Searched refs:systemUpTime_ (Results 1 – 2 of 2) sorted by relevance
45 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()
41 int64_t systemUpTime_ = 0; variable