Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/pybench/
Dpybench.py91 def get_timer(timertype): argument
93 if timertype == TIMER_TIME_TIME:
95 elif timertype == TIMER_TIME_CLOCK:
97 elif timertype == TIMER_SYSTIMES_PROCESSTIME:
101 raise TypeError('unknown timer type: %s' % timertype)