Searched refs:round (Results 1 – 5 of 5) sorted by relevance
142 unsigned int round; in prepare_user() local144 for (round = 0; round < config->rounds; round++) { in prepare_user()146 (config->sleep + config->sleep_step * round); in prepare_user()148 (config->load + config->load_step * round) + in prepare_user()149 (config->load + config->load_step * round * 4); in prepare_user()
69 100% CPU load (load) | 0 % CPU load (sleep) | round76 In round 1, ondemand should have rather static 50% load and probably79 In round 2, if the ondemand sampling times exactly match the load/sleep
74 unsigned long value, round; in parse_size() local98 round = value & (PAGE_SIZE - 1); in parse_size()99 value = value - round; in parse_size()
52 return "%dns" % ns if opt_ns else "%dus" % (round(ns, -3) / 1000)
170 particular counter allowing one to take the round-robin scheduling effect