Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Xcode 4.3.3 附带的 Instruments.app 在反汇编视图中的每条指令右侧显示了延迟和循环计数。它甚至告诉您管道会因依赖关系而停止,以及涉及哪些寄存器。
所有这些似乎都随着 Xcode 4.4 消失了——现在反汇编看起来就像它对 x86 代码所做的一样(当然,除了指令是 ARM ;-))。
有谁知道是否可以重新获得该功能?或者是否有具有相同功能的第三方工具?