0

Is there a good way to record performance metrics (like number of times a function is called) for an iPhone app? I can't find any decent performance tools for it.

Adam Woś
  • 2,493
  • 20
  • 21
Stelmate
  • 39
  • 1
  • 5
  • This question is very similar to yours: http://stackoverflow.com/questions/1379348/how-to-find-performance-bottlenecks-in-an-iphone-app – Brad Larson Jan 20 '10 at 16:50

2 Answers2

3

You are aware of Instruments, are you?

zoul
  • 102,279
  • 44
  • 260
  • 354
2

You can use Shark like you can for normal OS X apps. See this question or this one for more info.

Community
  • 1
  • 1
jkp
  • 78,960
  • 28
  • 103
  • 104