Searched refs:rounds (Results 1 – 7 of 7) sorted by relevance
37 unsigned int rounds = 0; in calculate_timespace() local53 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()
9 rounds = 40
17 unsigned int rounds; /* calculation rounds with iterated sleep/load time */ member
126 sscanf(optarg, "%u", &config->rounds); in main()174 config->rounds, in main()
47 rounds=566 This shows expected results of the first two test run rounds from117 -r, --rounds<int> load/sleep rounds
131 config->rounds = 50; in prepare_default_config()199 sscanf(val, "%u", &config->rounds); in prepare_config()
132 for (round = 0; round < config->rounds; round++) { in prepare_user()