Home
last modified time | relevance | path

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

/tools/include/nolibc/
A Dunistd.h77 int usleep(unsigned int usecs) in usleep() argument
79 struct timeval my_timeval = { usecs / 1000000, usecs % 1000000 }; in usleep()
/tools/testing/ktest/examples/bootconfigs/
A Dboottrace.bconf21 var.ts0 = common_timestamp.usecs
25 var.lat = common_timestamp.usecs - $ts0
/tools/testing/selftests/powerpc/benchmarks/
A Dnull_syscall.c43 static void cpu_soak_usecs(unsigned long usecs) in cpu_soak_usecs() argument
48 val.it_value.tv_usec = usecs; in cpu_soak_usecs()
/tools/perf/Documentation/
A Dperf-bench.txt34 5.855061 usecs/op
143 8.091833 usecs/op
150 16.948000 usecs/op
160 6.886208 usecs/op
168 Suite for evaluating performance of core system call throughput (both usecs/op and ops/sec metrics).
A Dperf-kvm.txt146 that take longer than duration usecs.
/tools/perf/util/
A Ddebug.c123 u64 secs, usecs, nsecs = t; in veprintf_time() local
127 usecs = nsecs / NSEC_PER_USEC; in veprintf_time()
129 ret = fprintf(debug_file(), "[%13" PRIu64 ".%06" PRIu64 "] ", secs, usecs); in veprintf_time()
/tools/testing/selftests/kvm/arm64/
A Darch_timer_edge_cases.c135 static void userspace_sleep(uint64_t usecs) in userspace_sleep() argument
137 GUEST_SYNC_ARGS(USERSPACE_USLEEP, usecs, 0, 0, 0); in userspace_sleep()
/tools/perf/
A Dbuiltin-sched.c1975 unsigned long usecs; in print_sched_time() local
1979 usecs = nsecs / NSEC_PER_USEC; in print_sched_time()
1980 printf("%*lu.%03lu ", width, msecs, usecs); in print_sched_time()

Completed in 18 milliseconds