Searched refs:all_gflops (Results 1 – 1 of 1) sorted by relevance
301 vector<float> all_gflops; in measure_clock_speed() local305 all_gflops.push_back(b.gflops); in measure_clock_speed()308 sort(all_gflops.begin(), all_gflops.end()); in measure_clock_speed()309 float stable_estimate = all_gflops[2] + all_gflops[3] + all_gflops[4] + all_gflops[5]; in measure_clock_speed()