Home
last modified time | relevance | path

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

/developtools/hdc/src/test/
H A Dut_runtime.cpp39 constexpr int sleepTime = 500; in ~Runtime() local
45 uv_sleep(sleepTime); in ~Runtime()
68 constexpr int sleepTime = 1000; in StartServer() local
70 uv_sleep(sleepTime); in StartServer()
166 constexpr int sleepTime = 300; in Initial() local
182 Base::TimerUvTask(&loopMain, this, DoCheck, sleepTime); in Initial()
/developtools/hiperf/demo/cpp/
H A Dhiperf_example_cmd.cpp145 auto sleepTime = now + seconds(1); in LoopFunction() local
149 if (std::chrono::steady_clock::now() >= sleepTime) { in LoopFunction()
150 sleepTime = std::chrono::steady_clock::now() + seconds(1); in LoopFunction()
/developtools/profiler/host/smartperf/client/client_command/include/
H A Dprofiler_fps.h107 unsigned long sleepTime = 950000; member in OHOS::SmartPerf::ProfilerFPS
/developtools/profiler/host/smartperf/client/client_command/
H A Dprofiler_fps.cpp130 if (runTime < sleepTime) { in GetResultFPS()
131 usleep(sleepTime - runTime); in GetResultFPS()

Completed in 3 milliseconds