Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/bench/
H A Dnuma.c1659 double startup_sec; in __bench_numa() local
1684 startup_sec = diff.tv_sec * NSEC_PER_SEC; in __bench_numa()
1685 startup_sec += diff.tv_usec * NSEC_PER_USEC; in __bench_numa()
1686 startup_sec /= NSEC_PER_SEC; in __bench_numa()
1688 tprintf(" threads initialized in %.6f seconds.\n", startup_sec); in __bench_numa()