Searched refs:startup_sec (Results 1 – 1 of 1) sorted by relevance
1454 double startup_sec; in __bench_numa() local1468 startup_sec = diff.tv_sec * 1000000000.0; in __bench_numa()1469 startup_sec += diff.tv_usec * 1000.0; in __bench_numa()1470 startup_sec /= 1e9; in __bench_numa()1472 tprintf(" threads initialized in %.6f seconds.\n", startup_sec); in __bench_numa()