[IronPython] Re: Nice speed

Travis Watkins alleykat at gmail.com
Wed Apr 27 12:52:29 CEST 2005


On 4/27/05, Fredrik Lundh <fredrik at pythonware.com> wrote:
> 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>
> 
> 
> _______________________________________________
> users-ironpython.com mailing list
> users-ironpython.com at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> 

Garth already explained how to account for that.

-- 
Travis Watkins
http://www.realistanew.com



More information about the Ironpython-users mailing list