Home
last modified time | relevance | path

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

/TaskScheduler/SchedulerTests/Tests/
H A DPlatformTests.cpp220 double microSecondsPerWait = (double)((endTimeWait - startTimeWait) / (double)iterationsCount); in SUITE() local
224 printf("microseconds per wait = %3.2f, iterations = %d\n", microSecondsPerWait, iterationsCount); in SUITE()