Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/net/
Dtcp_mmap.c125 unsigned long delta_usec; in child_thread() local
199 delta_usec = (t1.tv_sec - t0.tv_sec) * 1000000 + t1.tv_usec - t0.tv_usec; in child_thread()
202 if (delta_usec) in child_thread()
203 throughput = total * 8.0 / (double)delta_usec / 1000.0; in child_thread()
214 (double)delta_usec / 1000000.0, in child_thread()