[IronPython] Performance of IronPython 2 Beta 4 and IronPython 1

Seo Sanghyeon sanxiyn at gmail.com
Thu Aug 14 20:01:36 CEST 2008


2008/8/15 Dino Viehland <dinov at exchange.microsoft.com>:
> BTW time.clock() is what I usually use to measure which works on both CPython and IronPython.  On Ipy we use the .NET Stopwatch class which uses a high resolution counter if it's available.

This is what you should do. Python Library Reference says:

http://docs.python.org/lib/module-time.html#l2h-2819
clock() ... in any case, this is the function to use for benchmarking
Python or timing algorithms.

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list