- 25 Nis, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
You might want to review this change as it's my first time. Be gentle. :-)
-
- 13 Mar, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
strings for the code to time and the setup code. Also added two convenience functions for instantiating a Timer and calling its methods.
-
- 04 Ock, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Make timings more consistent by temporarily disabling GC.
-
- 20 Eki, 2003 1 kayıt (commit)
-
-
Guido van Rossum yazdı
rather than showing weird numbers like 8.4e+03 usec.
-
- 20 Eyl, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 29 Haz, 2003 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 20 May, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Paul Moore's patch to have timeit.py check the current directory for imports (instead of the directory for Lib/timeit.py).
-
- 08 Nis, 2003 2 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
- 21 Mar, 2003 1 kayıt (commit)
-
-
Guido van Rossum yazdı
an iterator (which can only be used once!).
-
- 15 Mar, 2003 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(from 10) and in main() (from 1). Add a -v option that shows the raw times. Repeating it cranks up the display precision. Always use the "best of N" form of output.
-
- 14 Mar, 2003 1 kayıt (commit)
-
-
Guido van Rossum yazdı
- Make all local variables in the template start with an underscore, to prevent name conflicts with the timed code. - Added a method to print a traceback that shows source lines from the expanded template. - Use that method in main().
-
- 07 Mar, 2003 1 kayıt (commit)
-
-
Guido van Rossum yazdı
would have required refraining from using string methods -- too painful.) Changed the -s option so that multiple -s options are cumulative.
-
- 06 Mar, 2003 4 kayıt (commit)
-
-
Guido van Rossum yazdı
standard deviation. Also add an XXX comment wondering if we should refrain from using itertools.repeat().
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
versions. Add -h/--help option to print doc string.
-
Guido van Rossum yazdı
-
- 05 Mar, 2003 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Usable from the command line or from a program.
-