Re: [Pyunit-interest] Timing
Brought to you by:
purcell
From: Michal W. <sa...@ma...> - 2001-04-06 11:04:20
|
On Fri, 6 Apr 2001, Steve Purcell wrote: > Yes, as Michal notes, using the profiler is the easiest option, > though it will cause the tested code to run significantly slower. Have you actually tried this? The profiler is usually blazingly fast has almost no overhead whatsoever (there's hooks for it directly in the VM). I run it as part of my cgi wrapper when I'm developing, and it's quite comfortable. Even if you had a ton of test cases, I would think it should take a half a second or so at the worst. Cheers, - Michal ------------------------------------------------------------------------ www.manifestation.com www.sabren.net www.linkwatcher.com www.zike.net ------------------------------------------------------------------------ |