by Paul Russell <prussell@[EMAIL PROTECTED]
>
Apr 24, 2008 at 03:16 PM
aaragon via MacKB.com wrote:
> Paul Russell wrote:
>>> Hello everyone,
>>>
>> [quoted text clipped - 6 lines]
>>> I don't think that this is the default behavior so I guess I'm missing
>>> something. Can someone point out what I'm doing wrong? Thank you all,
>> Is there some reason why you can't just use Shark ?
>>
>> Paul
>
> I guess I'm used to the gprof style of profiling, and I don't know if
Shark
> will give me the same information.
>
Well you might want to give Shark a whirl. There is no need to
instrument your code - just build with -g to get debug symbols in your
code and you're away. Shark is most commonly used to do time-based
(sampled) profiling but it can do a whole bunch of other useful stuff
too. Very easy to use, very slick.
Paul