startup_sec      1535 tools/perf/bench/numa.c 		double startup_sec;
startup_sec      1549 tools/perf/bench/numa.c 		startup_sec = diff.tv_sec * NSEC_PER_SEC;
startup_sec      1550 tools/perf/bench/numa.c 		startup_sec += diff.tv_usec * NSEC_PER_USEC;
startup_sec      1551 tools/perf/bench/numa.c 		startup_sec /= NSEC_PER_SEC;
startup_sec      1553 tools/perf/bench/numa.c 		tprintf(" threads initialized in %.6f seconds.\n", startup_sec);