Home
last modified time | relevance | path

Searched refs:ts_end (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/tools/testing/selftests/powerpc/benchmarks/
Dfutex_bench.c22 struct timespec ts_start, ts_end; in test_futex() local
32 clock_gettime(CLOCK_MONOTONIC, &ts_end); in test_futex()
34 …printf("time = %.6f\n", ts_end.tv_sec - ts_start.tv_sec + (ts_end.tv_nsec - ts_start.tv_nsec) / 1e… in test_futex()
Dmmap_bench.c36 struct timespec ts_start, ts_end; in test_mmap() local
53 clock_gettime(CLOCK_MONOTONIC, &ts_end); in test_mmap()
55 …printf("time = %.6f\n", ts_end.tv_sec - ts_start.tv_sec + (ts_end.tv_nsec - ts_start.tv_nsec) / 1e… in test_mmap()
/linux-5.19.10/tools/testing/selftests/powerpc/stringloops/
Dstrlen.c38 struct timespec ts_start, ts_end; in bench_test() local
46 clock_gettime(CLOCK_MONOTONIC, &ts_end); in bench_test()
48 …printf("len %3.3d : time = %.6f\n", test_strlen(s), ts_end.tv_sec - ts_start.tv_sec + (ts_end.tv_n… in bench_test()
/linux-5.19.10/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DSchedGui.py33 (self.ts_start, self.ts_end) = sched_tracer.interval()
146 self.width_virtual = self.us_to_px(self.ts_end - self.ts_start)
/linux-5.19.10/drivers/media/dvb-core/
Ddvb_net.c311 const u8 *ts, *ts_end, *from_where; member
770 .ts_end = NULL, in dvb_net_ule()
782 for (h.ts = h.buf, h.ts_end = h.buf + h.buf_len; in dvb_net_ule()
783 h.ts < h.ts_end; /* no incr. */) { in dvb_net_ule()
/linux-5.19.10/drivers/staging/fbtft/
Dfbtft-core.c234 ktime_t ts_start, ts_end; in fbtft_update_display() local
283 ts_end = ktime_get(); in fbtft_update_display()
291 throughput = ktime_us_delta(ts_end, ts_start); in fbtft_update_display()