Searched refs:ticktimer (Results 1 – 3 of 3) sorted by relevance
15 TickTimer::Stopwatch::Stopwatch(const TickTimer& ticktimer) in Stopwatch() argument16 : ticktimer_(ticktimer), starttick_(ticktimer.ticks()) {} in Stopwatch()18 TickTimer::Countdown::Countdown(const TickTimer& ticktimer, in Countdown() argument20 : stopwatch_(ticktimer.GetNewStopwatch()), in Countdown()
36 explicit Stopwatch(const TickTimer& ticktimer);62 Countdown(const TickTimer& ticktimer, uint64_t ticks_to_count);
4826 struct vpx_usec_timer ticktimer; in vp8_get_compressed_data() local5007 vpx_usec_timer_start(&ticktimer); in vp8_get_compressed_data()5082 vpx_usec_timer_mark(&ticktimer); in vp8_get_compressed_data()5084 duration = (int)(vpx_usec_timer_elapsed(&ticktimer)); in vp8_get_compressed_data()