开发者

Is there a Quick Guide on how to use Shark with iPhone to measure performance? [closed]

Closed. This question is not reproducible or was caused by typos. It is not curren开发者_如何学编程tly accepting answers.

This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.

Closed 3 years ago.

Improve this question

I set it to iPhone/Network mode, but the device never appears anywhere. Connected and running an app through xcode. Do you know a useful tutorial for this?


This answer provides a step-by-step guide to connecting Shark to a running instance of your application on an iPhone.

As far as tutorials on how to use Shark, there are the following:

  • "Optimizing Your Application with Shark 4"
  • "Optimizing with Shark: Big Payoff, Small Effort"
  • "Optimizing Your Application with System Trace in Shark 4"
  • "Using Shark and custom DTrace probes to debug Nagios on Mac OS X"

Among the most powerful things you can do with Shark is to do a time profile of your application, then right-click on the low-level symbols (objc_msgSend, etc.) and charge the symbol or library to its caller. This very quickly lets you determine what methods of yours are chewing up the most CPU time.

When dealing with multithreaded applications, I find it useful to do a system trace and then examine the timeline to see when various threads were executing. You may wish to show the advanced controls (Window | Show Advanced Settings) to enable more visualization options. One the Mac, it can be useful to turn on CPU coloring, but that's of little use on the current iPhones.

Personally, I would suggest picking up the WWDC videos from year 2009's conference. If you only take the iPhone track, they are a great deal at $299. There are a couple of sessions that show how to use Shark and Instruments to tune iPhone applications. Additionally, if you pay for the ADC Select membership, you'll have access to several videos on using Shark from previous WWDC conferences. I learned most of what I know about Shark from these videos.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜