Searched refs:clockres (Results 1 – 1 of 1) sorted by relevance
14 def clockres(timer): function37 print 'time.clock: %10.3fus' % (clockres(time.clock) * 1e6)38 print 'time.time: %10.3fus' % (clockres(time.time) * 1e6)41 print 'systimes.processtime: %10.3fus' % (clockres(systimes.processtime) * 1e6)