Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Dsysinfo.cc63 const int64_t start_ticks = cycleclock::Now(); in EstimateCyclesPerSecond() local
65 return cycleclock::Now() - start_ticks; in EstimateCyclesPerSecond()