Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_record.cpp1030 static constexpr uint64_t waitCheckSleepMs = 200; in ProcessControl() local
1031 std::this_thread::sleep_for(milliseconds(waitCheckSleepMs)); in ProcessControl()
1033 std::this_thread::sleep_for(milliseconds(waitCheckSleepMs)); in ProcessControl()