Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_util.h28 constexpr int TASK_LOOP_INTERVAL = 5; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_detector.cpp225 if (loopCnt_ < sampleInterval_ / TASK_LOOP_INTERVAL) { in MainProcess()
234 if (funcLoopCnt_ > updateInterval_ / TASK_LOOP_INTERVAL) { in MainProcess()