views:

137

answers:

2

I love the profiling tools that Red Gate makes for when I write in C#. Right now I am writing an application for iPhone in Objective-C and I am having a hard time adjusting to Instruments. It's just not as easy to use. Does anybody have a better code profiler for memory and performance? If not, any good tutorials for instruments?

Thanks!

+4  A: 

What's wrong with Shark profiler, which is built-into xcode? It's a pretty decent tool. Might take a bit to adjust to it, but give it a try.

Here's the basic introduction.

Here's another.

ttvd
+1  A: 

Shark rocks. You'll be hard pressed to find a better profiler.

Wade Williams