Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/bench/
Dnuma.c55 u64 runtime_ns; member
1201 td->runtime_ns = diff.tv_sec * 1000000000ULL; in worker_thread()
1202 td->runtime_ns += diff.tv_usec * 1000ULL; in worker_thread()
1203 td->speed_gbs = bytes_done / (td->runtime_ns / 1e9) / 1e9; in worker_thread()
1516 u64 thread_runtime_ns = g->threads[t].runtime_ns; in __bench_numa()