>>> Hello everyone,
>>>
[quoted text clipped - 7 lines]
> 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
aaragon - 24 Apr 2008 15:50 GMT
>>>> Hello everyone,
>>>>
[quoted text clipped - 9 lines]
>
>Paul
Well, I'll give it a try then, thanks for replying.
Paul Russell - 24 Apr 2008 16:47 GMT
>>>>> Hello everyone,
>>>>>
[quoted text clipped - 10 lines]
>
> Well, I'll give it a try then, thanks for replying.
You're welcome. If you have any further problems with profiling,
performance, or any of the CHUD tools then you might want to check out
the PerfOptimization-dev mailing list at
http://lists.apple.com. There are a number of Apple engineers on the
list, traffic is low and signal-to-noise ratio is good.
Good luck,
Paul