Home
last modified time | relevance | path

Searched refs:GetRunningMonotonicTime (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_util.h66 static time_t GetRunningMonotonicTime();
H A Dfault_detector_util.cpp349 time_t FaultDetectorUtil::GetRunningMonotonicTime() in GetRunningMonotonicTime() function in OHOS::HiviewDFX::FaultDetectorUtil
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp123 userMonitorInfo->AddCpuTime(FaultDetectorUtil::GetRunningMonotonicTime()); in CollectUserBaseInfo()
146 userMonitorInfo->AddCpuTime(FaultDetectorUtil::GetRunningMonotonicTime()); in CollectUserBaseInfo()
544 userMonitorInfo->SetDebugStartTime(FaultDetectorUtil::GetRunningMonotonicTime()); in LaunchMemoryDebug()
H A Dnative_leak_detector.cpp130 userMonitorInfo->SetDebugStartTime(FaultDetectorUtil::GetRunningMonotonicTime()); in UpdateUserMonitorInfo()