开发者

xcode 3.2.5 Run with performance tool -> Zombies option disabled

I have been developing for iOS but am new to Instruments. I was going through some tutorials for using instruments but most of them use Run with performance 开发者_运维技巧tool->object allocations, which is not present in my XCode (3.2.5) . If I select "Allocations" (which is present in my XCode), there is no option to select zombies (as is expected in Object Allocations). And also, Run with performance tool -> Zombies is disabled. Why does XCode disable the zombies option?


This post talks about it: Xcode "Run With Performance Tool" disabled?

I believe you are building an iOS program. As said by Apple engineers, most items under Run with Performance Tool need dTrace support, but dTrace is not available for iOS yet, not even for simulators.

I'm looking into this myself right now. If I find out more, I'll update this post. I was also hoping to use the Zombies performance tool for ios development. :(

Update: You might also look at How to run iPhone program with Zombies instrument? . I'm going to try that out.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜