Home | History | Annotate | Download | only in pybench

Lines Matching refs:timertype

91 def get_timer(timertype):

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)