Home
last modified time | relevance | path

Searched refs:usecs (Results 1 – 5 of 5) sorted by relevance

/tools/testing/selftests/powerpc/benchmarks/
Dnull_syscall.c42 static void cpu_soak_usecs(unsigned long usecs) in cpu_soak_usecs() argument
47 val.it_value.tv_usec = usecs; in cpu_soak_usecs()
/tools/perf/util/
Ddebug.c63 u64 secs, usecs, nsecs = t; in veprintf_time() local
67 usecs = nsecs / NSEC_PER_USEC; in veprintf_time()
70 secs, usecs); in veprintf_time()
/tools/perf/Documentation/
Dperf-bench.txt34 5.855061 usecs/op
132 8.091833 usecs/op
139 16.948000 usecs/op
146 Suite for evaluating performance of core system call throughput (both usecs/op and ops/sec metrics).
Dperf-kvm.txt153 that take longer than duration usecs.
/tools/perf/
Dbuiltin-sched.c1842 unsigned long usecs; in print_sched_time() local
1846 usecs = nsecs / NSEC_PER_USEC; in print_sched_time()
1847 printf("%*lu.%03lu ", width, msecs, usecs); in print_sched_time()