Searched refs:clock_speed_tolerance (Results 1 – 1 of 1) sorted by relevance
418 const float clock_speed_tolerance = 0.02f; in try_run_some_benchmarks() local420 if (current_clock_speed > (1 + clock_speed_tolerance) * max_clock_speed) { in try_run_some_benchmarks()438 if (current_clock_speed < (1 - clock_speed_tolerance) * max_clock_speed) { in try_run_some_benchmarks()448 while (current_clock_speed < (1 - clock_speed_tolerance) * max_clock_speed) { in try_run_some_benchmarks()