Searched refs:g_benchmark_start_time_ns (Results 1 – 1 of 1) sorted by relevance
30 static int64_t g_benchmark_start_time_ns; variable120 g_benchmark_start_time_ns = NanoTime(); in RunRepeatedlyWithArg()126 if (g_benchmark_start_time_ns != 0) { in RunRepeatedlyWithArg()127 g_benchmark_total_time_ns += NanoTime() - g_benchmark_start_time_ns; in RunRepeatedlyWithArg()180 if (g_benchmark_start_time_ns != 0) { in StopBenchmarkTiming()181 g_benchmark_total_time_ns += NanoTime() - g_benchmark_start_time_ns; in StopBenchmarkTiming()183 g_benchmark_start_time_ns = 0; in StopBenchmarkTiming()187 if (g_benchmark_start_time_ns == 0) { in StartBenchmarkTiming()188 g_benchmark_start_time_ns = NanoTime(); in StartBenchmarkTiming()