Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp634 std::string timeLimitCheck = in UnwindRemote() local
636 ElapsedTime counter(std::move(timeLimitCheck), 20); // 20 : limit cost time 20 ms in UnwindRemote()
672 std::string timeLimitCheck; in StepArkJsFrame() local
673 timeLimitCheck += "StepArkJsFrame, ark pc: " + std::to_string(frame.pc) + in StepArkJsFrame()
676 ElapsedTime counter(timeLimitCheck, 20); // 20 : limit cost time 20 ms in StepArkJsFrame()

Completed in 3 milliseconds