Re: [Python-Dev] timeit module

2006-01-20 Thread Connelly Barnes
Connelly Barnes wrote: >> Hi, >> >> Perhaps I am the only one bothered by the timeit >> module, but it seems poorly designed to me. >> >> First of all, it should use a geometric series with a >> timeout value to detect how many iterations it should &g

[Python-Dev] timeit module

2006-01-16 Thread Connelly Barnes
estate.com/ASPN/Cookbook/Python/Recipe/440657 This recipe leaves the GC enabled. Clearly, this is simple to implement. If python-dev likes the idea of improving Python's timeit functionality, I volunteer to implement whichever interface is decided upon. Opinions? Thanks, Connelly Barnes * The