Searched refs:start_ticks (Results 1 – 1 of 1) sorted by relevance
63 const int64_t start_ticks = cycleclock::Now(); in EstimateCyclesPerSecond() local65 return cycleclock::Now() - start_ticks; in EstimateCyclesPerSecond()