On Monday 01 December 2003 22:35, Andrew de Quincey wrote:
On Monday 01 December 2003 20:16, Mike Hearn wrote:
On Mon, 2003-12-01 at 12:49, Andrew de Quincey wrote:
Hi, the last thing I have to do with the profiling stuff is the trickiest: To decide what is the best way to determine the times.
It might be worth using oprofile, apparently in 2.6 at any rate it works well with Wine.
Thats a good point... the thing I liked about wine's profiling was the neat module/API based relay call filtering ability.
I'll have a check into oprofile though; I'd completely forgotten about it!
Hey, thanks for oprofile; it looks pretty cool what I want to do.
However, if no one minds, I think I'll still implement the stuff I was doing. I found being able to examine the call tree with ballpark figures of how long was spent in each call was very invaluable.