Re: [PATCH] Make profiling more useful
At 01:28 AM 1/13/2002 -0800, Brent Dax wrote: >This adds timing information to profiling. I'm OK with this patch generally, but I can't get it to easily apply. If it builds with no warnings because of it, go gommit it. Dan ---
[PATCH] Make profiling more useful
This adds timing information to profiling. Yeah, that means we have to call Parrot_floatval_time() twice for each op. You'll probably need to iterate many, many times to see any time at all--for example, the program: set I0, 1 FOO: dec I0 if I0, FOO end pro