Searched refs:g_benchmark_start_time_ns (Results 1 – 1 of 1) sorted by relevance
28 static int64_t g_benchmark_start_time_ns; variable144 g_benchmark_start_time_ns = NanoTime(); in RunRepeatedlyWithArg()150 if (g_benchmark_start_time_ns != 0) { in RunRepeatedlyWithArg()151 g_benchmark_total_time_ns += NanoTime() - g_benchmark_start_time_ns; in RunRepeatedlyWithArg()197 if (g_benchmark_start_time_ns != 0) { in StopBenchmarkTiming()198 g_benchmark_total_time_ns += NanoTime() - g_benchmark_start_time_ns; in StopBenchmarkTiming()200 g_benchmark_start_time_ns = 0; in StopBenchmarkTiming()203 if (g_benchmark_start_time_ns == 0) { in StartBenchmarkTiming()204 g_benchmark_start_time_ns = NanoTime(); in StartBenchmarkTiming()