Home | History | Annotate | Download | only in python2.7

Lines Matching refs:timing

20   -v/--verbose: print raw timing results; repeat for more digits precision
39 timing. The best thing to do when accurate timing is necessary is to
40 repeat the timing a few times and use the best time. The -r option is
51 use python -O for the older versions to avoid timing SET_LINENO
106 """Class for timing execution speed of small code snippets.
195 timing = self.inner(it, self.timer)
199 return timing
216 processes interfering with your timing accuracy. So the min()
246 When an exception happens during timing, a traceback is printed to