Home
last modified time | relevance | path

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

/third_party/node/test/v8-updates/
H A Dtest-linux-perf.js34 const sleepTime = sampleCount * (1.0 / frequency);
55 `${sleepTime}`,
66 `${sleepTime}`,
/third_party/node/test/fixtures/
H A Dlinux-perf.js4 const sleepTime = new Number(process.argv[2] || "0.1");
12 spawnSync('sleep', [`${sleepTime}`]);
/third_party/lz4/tests/
H A Dtest-lz4-speed.py149 sleepTime = 30
152 % (os.getloadavg()[0], args.maxLoadAvg, sleepTime))
153 time.sleep(sleepTime)
251 parser.add_argument('--sleepTime', '-s', type=int, help='frequency of repository checking in seconds', default=300)
290 print("sleepTime=%s" % args.sleepTime)
326 log("sleep for %s seconds" % args.sleepTime)
327 time.sleep(args.sleepTime)
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeTimer.c320 int sleepTime = 0; in timerThread() local
335 sleepTime = thread->interval - (int)(((deInt64)deGetMicroseconds()-lastCallback)/1000); in timerThread()
336 if (sleepTime > 0) in timerThread()
337 deSleep(sleepTime); in timerThread()
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dtest_utils_posix.cpp342 timespec sleepTime = { in Sleep() local
347 nanosleep(&sleepTime, nullptr); in Sleep()
/third_party/vk-gl-cts/execserver/tools/
H A DxsTest.cpp728 const int sleepTime = 200; in runClient() local
770 deSleep(sleepTime); in runClient()

Completed in 4 milliseconds