Georg Brandl
|
d9bef35e3c
|
Patch #1533909: the timeit module now accepts callables in addition to
strings for the code to time and the setup code. Also added two
convenience functions for instantiating a Timer and calling its methods.
|
2007-03-13 19:32:21 +00:00 |
Raymond Hettinger
|
c14149e6ef
|
Show how to re-enable GC during timings.
|
2004-01-04 21:19:18 +00:00 |
Martin v. Löwis
|
7bdc484c97
|
Patch #808362: Fix typos.
|
2003-09-20 11:09:28 +00:00 |
Raymond Hettinger
|
9d12ab5c3c
|
Fix long option markup.
|
2003-08-31 04:20:12 +00:00 |
Raymond Hettinger
|
52136a8bea
|
Fixed spacing and unbalanced brackets or parenthesis.
|
2003-05-10 03:35:37 +00:00 |
Skip Montanaro
|
a30dffbb53
|
add a note about accessing user-defined functions with an import statement
in the setup parameter
|
2003-05-09 18:21:02 +00:00 |
Fred Drake
|
fcd845a7ed
|
Lots of small markup adjustments.
|
2003-04-09 04:06:37 +00:00 |
Skip Montanaro
|
ca652746ff
|
doc for timeit module/script - mostly just a recast of Tim's docstring
|
2003-04-09 01:38:53 +00:00 |