Searched refs:start_time_ns_ (Results 1 – 2 of 2) sorted by relevance
88 if (start_time_ns_ != 0) { in StopBenchmarkTiming()89 total_time_ns_ += NanoTime() - start_time_ns_; in StopBenchmarkTiming()91 start_time_ns_ = 0; in StopBenchmarkTiming()95 if (start_time_ns_ == 0) { in StartBenchmarkTiming()96 start_time_ns_ = NanoTime(); in StartBenchmarkTiming()121 start_time_ns_ = 0; in RunWithArg()
55 uint64_t start_time_ns_; variable