Searched refs:start_timer (Results 1 – 4 of 4) sorted by relevance
24 start_timer = timer()26 results.append(timer() - start_timer)
34 start_timer = timer()36 results.append(timer() - start_timer)
1512 start_timer(struct display *dp, int what) in start_timer() function1571 #define start_timer(dp, what) ((void)0) macro1793 start_timer(dp, PNGCP_TIME_READ); in read_png()2062 start_timer(dp, PNGCP_TIME_WRITE); in write_png()
550 self.start_timer(); in load_and_start_timer()553 fn start_timer(&mut self) { in start_timer() method