Looking for help profiling GNUstep programs

2005-06-30 Thread Richard Frith-Macdonald
It's many years since I tried profiling stuff with 'make profile=yes' and using gprof As far as I can recall. mostly when I did it, I was generally optimising the base library, and statically linking it with a tiny tool written to exercise the bit of code I was interested in. Now I need to p

Re: Looking for help profiling GNUstep programs

2005-06-30 Thread Andrew Ruder
Richard Frith-Macdonald wrote: Am I doing something stupid? Does anyone have experience with profiling share objc libraries (I'm working on debian unstable intel). I've had a good deal of luck with oprofile (which requires a kernel component) for debugging gnustep. With a 2.6.12 kernel, a ke

Re: Looking for help profiling GNUstep programs

2005-06-30 Thread Richard Frith-Macdonald
On 2005-06-30 15:20:33 +0100 Andrew Ruder <[EMAIL PROTECTED]> wrote: Richard Frith-Macdonald wrote: Am I doing something stupid? Does anyone have experience with profiling share objc libraries (I'm working on debian unstable intel). I've had a good deal of luck with oprofile (which requires

Re: Looking for help profiling GNUstep programs

2005-06-30 Thread Matt Rice
--- Andrew Ruder <[EMAIL PROTECTED]> wrote: > Richard Frith-Macdonald wrote: > > Am I doing something stupid? > > Does anyone have experience with profiling share > objc libraries (I'm > > working on debian unstable intel). > > I've had a good deal of luck with oprofile (which > requires a ker

Re: Looking for help profiling GNUstep programs

2005-07-01 Thread Fred Kiefer
Richard Frith-Macdonald wrote: > On 2005-06-30 15:20:33 +0100 Andrew Ruder <[EMAIL PROTECTED]> wrote: > >> Richard Frith-Macdonald wrote: >>> Am I doing something stupid? Does anyone have experience with >>> profiling share objc libraries (I'm working on debian unstable >>> intel). >> >> I've had

Re: Looking for help profiling GNUstep programs

2005-07-01 Thread Quentin Mathé
Le 30 juin 05 à 15:49, Richard Frith-Macdonald a écrit : It's many years since I tried profiling stuff with 'make profile=yes' and using gprof As far as I can recall. mostly when I did it, I was generally optimising the base library, and statically linking it with a tiny tool written to e