Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/api/src/
H A Dmain.cpp32 const int SLEEP_ONE_SECOND = 1000; member
98 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_ONE_SECOND)); in main()
/developtools/profiler/device/plugins/native_daemon/src/
H A Dmain.cpp30 const int SLEEP_ONE_SECOND = 1000; member
250 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_ONE_SECOND)); in GetHookedProceInfo()
273 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_ONE_SECOND)); in main()
355 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_ONE_SECOND)); in main()

Completed in 1 milliseconds