Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/bench/
H A Dnuma.c1546 double startup_sec; in __bench_numa() local
1571 startup_sec = diff.tv_sec * NSEC_PER_SEC; in __bench_numa()
1572 startup_sec += diff.tv_usec * NSEC_PER_USEC; in __bench_numa()
1573 startup_sec /= NSEC_PER_SEC; in __bench_numa()
1575 tprintf(" threads initialized in %.6f seconds.\n", startup_sec); in __bench_numa()
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dnuma.c1606 double startup_sec; in __bench_numa() local
1631 startup_sec = diff.tv_sec * NSEC_PER_SEC; in __bench_numa()
1632 startup_sec += diff.tv_usec * NSEC_PER_USEC; in __bench_numa()
1633 startup_sec /= NSEC_PER_SEC; in __bench_numa()
1635 tprintf(" threads initialized in %.6f seconds.\n", startup_sec); in __bench_numa()

Completed in 7 milliseconds