Home
last modified time | relevance | path

Searched refs:start_time_ns_ (Results 1 – 2 of 2) sorted by relevance

/bionic/benchmarks/
DBenchmark.cpp88 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()
/bionic/benchmarks/benchmark/
DBenchmark.h55 uint64_t start_time_ns_; variable