Home
last modified time | relevance | path

Searched refs:end_ticks (Results 1 - 1 of 1) sorted by relevance

/third_party/benchmark/src/
H A Dsysinfo.cc808 const auto end_ticks = cycleclock::Now(); in GetCPUCyclesPerSecond() local
811 return static_cast<double>(end_ticks - start_ticks) / (end_time - start_time); in GetCPUCyclesPerSecond()

Completed in 2 milliseconds