Searched refs:startup_sec (Results 1 – 1 of 1) sorted by relevance
1475 double startup_sec; in __bench_numa() local1489 startup_sec = diff.tv_sec * 1000000000.0; in __bench_numa()1490 startup_sec += diff.tv_usec * 1000.0; in __bench_numa()1491 startup_sec /= 1e9; in __bench_numa()1493 tprintf(" threads initialized in %.6f seconds.\n", startup_sec); in __bench_numa()