[IronPython] Re: Nice speed
Fredrik Lundh
fredrik at pythonware.com
Wed Apr 27 12:39:16 CEST 2005
Travis Watkins wrote:
> Never trust the program you're running to give you accurate time. Use
> 'time python foo.py' instead.
so you can make sure that the thing you're measuring is hidden by all the irrelevant
stuff that's going on when a process starts, and, if the thing you're measuring is small
enough, your results will be completely meaningless. hello?
</F>
More information about the Ironpython-users
mailing list