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.
一些像 CodeBlocks 这样的 IDE 会在程序终止后显示程序的执行时间。有没有办法在 Xcode 中做同样的事情?
是的。你必须使用内置的 Instruments。在那里,你会为你的应用找到很多信息,强烈建议你习惯它。
要启动它,请按
⌘我
Instruments 将出现,您可以选择 Time Profiler。
希望这可以帮助 :)