Searched refs:current_clock_speed (Results 1 – 1 of 1) sorted by relevance
411 float current_clock_speed = measure_clock_speed(); in try_run_some_benchmarks() local420 if (current_clock_speed > (1 + clock_speed_tolerance) * max_clock_speed) { in try_run_some_benchmarks()431 max_clock_speed = current_clock_speed; in try_run_some_benchmarks()438 if (current_clock_speed < (1 - clock_speed_tolerance) * max_clock_speed) { in try_run_some_benchmarks()443 << current_clock_speed/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()461 current_clock_speed = measure_clock_speed(); in try_run_some_benchmarks()