Searched refs:startup_sec (Results 1 – 1 of 1) sorted by relevance
1462 double startup_sec; in __bench_numa() local1476 startup_sec = diff.tv_sec * 1000000000.0; in __bench_numa()1477 startup_sec += diff.tv_usec * 1000.0; in __bench_numa()1478 startup_sec /= 1e9; in __bench_numa()1480 tprintf(" threads initialized in %.6f seconds.\n", startup_sec); in __bench_numa()