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.
嗨,我的应用程序正在进行大量计算,因为我有NSLog声明称其至少是 11 MB 的大应用程序的 2000 倍。我正在考虑从我的应用程序中删除它以提高性能。我以正确的方式思考??
NSLog
是的,当调试器正在运行并发出 NSLog 调用时,性能可能会受到严重影响。另外,看看这个问题。