Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_profile.py24 start_timer = timer()
26 results.append(timer() - start_timer)
/external/python/cpython3/Lib/test/
Dtest_profile.py34 start_timer = timer()
36 results.append(timer() - start_timer)
/external/libpng/contrib/tools/
Dpngcp.c1512 start_timer(struct display *dp, int what) in start_timer() function
1571 #define start_timer(dp, what) ((void)0) macro
1793 start_timer(dp, PNGCP_TIME_READ); in read_png()
2062 start_timer(dp, PNGCP_TIME_WRITE); in write_png()
/external/crosvm/devices/src/
Dpit.rs550 self.start_timer(); in load_and_start_timer()
553 fn start_timer(&mut self) { in start_timer() method