Home
last modified time | relevance | path

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

/tools/power/cpupower/bench/
Dbenchmark.c37 unsigned int rounds = 0; in calculate_timespace() local
53 rounds = (unsigned int)(load * estimated / timed); in calculate_timespace()
54 dprintf("calibrating with %u rounds\n", rounds); in calculate_timespace()
56 ROUNDS(rounds); in calculate_timespace()
60 estimated = rounds; in calculate_timespace()
91 for (_round = 1; _round <= config->rounds; _round++) in start_benchmark()
95 for (_round = 0; _round < config->rounds; _round++) { in start_benchmark()
Dexample.cfg9 rounds = 40
Dparse.h17 unsigned int rounds; /* calculation rounds with iterated sleep/load time */ member
Dmain.c126 sscanf(optarg, "%u", &config->rounds); in main()
174 config->rounds, in main()
DREADME-BENCH47 rounds=5
66 This shows expected results of the first two test run rounds from
117 -r, --rounds<int> load/sleep rounds
Dparse.c131 config->rounds = 50; in prepare_default_config()
199 sscanf(val, "%u", &config->rounds); in prepare_config()
Dsystem.c132 for (round = 0; round < config->rounds; round++) { in prepare_user()