Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp643 std::string timeLimitCheck = in UnwindRemote() local
645 ElapsedTime counter(std::move(timeLimitCheck), 20); // 20 : limit cost time 20 ms in UnwindRemote()
681 std::stringstream timeLimitCheck; in StepArkJsFrame() local
682 timeLimitCheck << "StepArkJsFrame, ark pc: " << reinterpret_cast<void *>(frame.pc) << in StepArkJsFrame()
685 ElapsedTime counter(timeLimitCheck.str(), 20); // 20 : limit cost time 20 ms in StepArkJsFrame()