Searched refs:round (Results 1 – 18 of 18) sorted by relevance
| /tools/power/cpupower/bench/ |
| D | system.c | 130 unsigned int round; in prepare_user() local 132 for (round = 0; round < config->rounds; round++) { in prepare_user() 134 (config->sleep + config->sleep_step * round); in prepare_user() 136 (config->load + config->load_step * round) + in prepare_user() 137 (config->load + config->load_step * round * 4); in prepare_user()
|
| D | README-BENCH | 69 100% CPU load (load) | 0 % CPU load (sleep) | round 76 In round 1, ondemand should have rather static 50% load and probably 79 In round 2, if the ondemand sampling times exactly match the load/sleep
|
| /tools/cgroup/ |
| D | iocost_coef_gen.py | 158 rseqiops = round(run_fio(testfile, args.duration, 'read', 161 rrandiops = round(run_fio(testfile, args.duration, 'randread', 167 wseqiops = round(run_fio(testfile, args.duration, 'write', 170 wrandiops = round(run_fio(testfile, args.duration, 'randwrite',
|
| /tools/virtio/virtio-trace/ |
| D | trace-agent.c | 73 unsigned long value, round; in parse_size() local 97 round = value & (PAGE_SIZE - 1); in parse_size() 98 value = value - round; in parse_size()
|
| /tools/crypto/tcrypt/ |
| D | tcrypt_speed_compare.py | 162 differ = round((new_cnt - base_cnt)*100/base_cnt, 2)
|
| /tools/perf/util/ |
| D | time-utils.c | 209 ptime->start = start + round(start_pcnt * total); in set_percent_time() 210 ptime->end = start + round(end_pcnt * total); in set_percent_time()
|
| /tools/perf/scripts/python/ |
| D | task-analyzer.py | 429 time_sum = round(sum(runtimes), 3) 430 time_mean = round(_mean(runtimes), 3) 431 time_median = round(_median(runtimes), 3)
|
| D | parallel-perf.py | 540 interval = int(round(tot / divisor, 0)) 559 n = int(round(cnt / interval, 0)) 611 n = int(round(n, 0))
|
| D | compaction-times.py | 52 return "%dns" % ns if opt_ns else "%dus" % (round(ns, -3) / 1000)
|
| D | exported-sql-viewer.py | 2092 return int(round((x - self.subrange.x.lo) * self.scale.x, self.pdp.x)) 2095 return int(round((y - self.subrange.y.lo) * self.scale.y, self.pdp.y)) 2098 return round((round(px, 0) / self.scale.x), self.dp.x) + self.subrange.x.lo 2101 return round((round(py, 0) / self.scale.y), self.dp.y) + self.subrange.y.lo
|
| /tools/perf/Documentation/ |
| D | perf-script.txt | 352 --show-round-events 353 Display finished round events i.e. events of type PERF_RECORD_FINISHED_ROUND.
|
| D | perf-config.txt | 677 round events.
|
| D | perf-intel-pt.txt | 1859 That means finished-round ordering doesn't work. An auxtrace buffer
|
| /tools/kvm/kvm_stat/ |
| D | kvm_stat | 1306 cur = int(round(values.delta / sleeptime)) if values.delta else 0 1327 tavg = int(round(tcur / sleeptime)) if tcur > 0 else ''
|
| /tools/testing/selftests/hid/tests/ |
| D | test_tablet.py | 995 pen_copy.x += round(hx * math.sin(math.radians(pen_copy.xtilt))) 997 pen_copy.y += round(hy * math.sin(math.radians(pen_copy.ytilt)))
|
| /tools/perf/ |
| D | design.txt | 173 particular counter allowing one to take the round-robin scheduling effect
|
| D | builtin-script.c | 3768 struct perf_record_stat_round *round = &event->stat_round; in process_stat_round_event() local 3773 process_stat(counter, round->time); in process_stat_round_event() 3776 process_stat_interval(round->time); in process_stat_round_event()
|
| /tools/power/pm-graph/ |
| D | sleepgraph.py | 1841 tTry = '%.0f' % (round(self.dmesg[lp]['waking'][1] * 1000))
|