Home
last modified time | relevance | path

Searched refs:time_stop (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/net/bench/page_pool/
A Dtime_bench.h42 uint64_t time_start, time_stop, time_interval; /* in nanosec */ member
A Dtime_bench.c155 rec->time_stop = rec->ts_stop.tv_nsec + in time_bench_calc_stats()
157 rec->time_interval = rec->time_stop - rec->time_start; in time_bench_calc_stats()
/tools/perf/
A Dbuiltin-stat.c554 static void compute_tts(struct timespec *time_start, struct timespec *time_stop, in compute_tts() argument
560 diff_timespec(&time_diff, time_stop, time_start); in compute_tts()
575 struct timespec time_start, time_stop; in dispatch_events() local
602 clock_gettime(CLOCK_MONOTONIC, &time_stop); in dispatch_events()
603 compute_tts(&time_start, &time_stop, &time_to_sleep); in dispatch_events()

Completed in 9 milliseconds