2008/8/15 Dino Viehland <[EMAIL PROTECTED]>:
> 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
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to