1

我刚刚开始学习如何在 Xcode 中使用 Instruments。直接走出大门,由于某种原因,在使用时间分析器时它没有分析任何东西。

我已经清理了我的项目,重建了大部分明显的东西,但我还没有任何运气。

它运行应用程序,计时器运行,但除此之外什么也没有发生。没有堆栈显示或任何类型的任何数据。只是保持空白。

4

1 回答 1

0

could you try this?

  1. Start debugging your app with xcode in iOS simulator
  2. Open instruments, then select iOS Simulator/CPU category and choose 'Time Profiler'
  3. Change the Target combobox, All Process/Attach to Process
  4. Look for your app in the displayed list and start record.

This image is an example, I'm attaching time profiler to my Calculator app:

Attaching the time profiler to Calculator app in iOS simulator

I hope this help you.

于 2013-07-25T22:33:05.653 回答