Searched refs:testDelaySpin (Results 1 – 6 of 6) sorted by relevance
38 void testDelaySpin(float amt);
84 testDelaySpin(std::chrono::duration_cast<std::chrono::duration<float>>(delay).count()); in runBenchmark()123 testDelaySpin(std::chrono::duration_cast<std::chrono::duration<float>>(ONEWAY_API_DELAY) in runSessionBenchmark()
63 testDelaySpin(std::chrono::duration_cast<std::chrono::duration<float>>(delay).count()); in runBenchmark()
68 testDelaySpin( in runCachedBenchmark()
159 if (options.iterDelay > 0.0) { testDelaySpin(options.iterDelay); } in BM_addInts()
288 void testDelaySpin(float amt) in testDelaySpin() function