Lines Matching full:load
25 * to get the given load time
27 * @param load aimed load time in µs
32 unsigned int calculate_timespace(long load, struct config *config) in calculate_timespace() argument
41 printf("calibrating load of %lius, please wait...\n", load); in calculate_timespace()
50 /* approximation of the wanted load time by comparing with the in calculate_timespace()
53 rounds = (unsigned int)(load * estimated / timed); in calculate_timespace()
70 * generates a specific sleep an load time with the performance
88 load_time = config->load; in start_benchmark()
92 total_time += _round * (config->sleep + config->load); in start_benchmark()
107 * _rounds should produce a load which matches the configured in start_benchmark()
108 * load time */ in start_benchmark()
124 /* do some sleep/load cycles with the performance governor */ in start_benchmark()
134 "load: %lius, rounds: %u\n", in start_benchmark()
149 /* again, do some sleep/load cycles with the in start_benchmark()
160 "load: %lius, rounds: %u\n", in start_benchmark()
167 /* compare the average sleep/load cycles */ in start_benchmark()