适用于 Objective-C Mac / iPhone 的 Red Gate Profiler
当我用 C# 编写代码时,我喜欢 Red Gate 提供的分析工具。现在我正在用 Objective-C 为 iPhone 编写一个应用程序,但我很难适应 Instruments。它只是不太容易使用。有人有更好的内存和性能代码分析器吗?如果没有的话,有什么好的乐器教程吗?
谢谢!
I love the profiling tools that Red Gate makes for when I write in C#. Right now I am writing an application for iPhone in Objective-C and I am having a hard time adjusting to Instruments. It's just not as easy to use. Does anybody have a better code profiler for memory and performance? If not, any good tutorials for instruments?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
xcode 中内置的 Shark profiler 有什么问题吗?这是一个相当不错的工具。可能需要一些时间来适应,但请尝试一下。
这是基本介绍。
这是另一个。
What's wrong with Shark profiler, which is built-into xcode? It's a pretty decent tool. Might take a bit to adjust to it, but give it a try.
Here's the basic introduction.
Here's another.
鲨鱼岩石。您将很难找到更好的分析器。
Shark rocks. You'll be hard pressed to find a better profiler.