如何使用TimeProfiler改进我的应用程序?

时间:2015-03-31 11:23:59

标签: ios objective-c profiling instruments xcode-instruments

我第一次使用TimeProfiler。我已经阅读了RayWanderlich的blog来了解TimeProfiler。

如何改善应用中的效果。我正在展示TimeProfiler的截图,这些截图可能有助于分析SO以了解我缺乏的地方。当我滚动表视图时,屏幕截图中标记的时间会增加。

让我详细说明: 我的应用程序打开并从服务器请求提要,我将其显示在UITableView中。我担心的时间是功能 当单元格使用cellForRowAtIndexPath:显示时间时NSDateFormatter

我使用NSDateFormatter GCD方法只使用dispatch_once一次。

请查看截图。任何帮助表示赞赏。

来自Time Profiler: TimeProfiler

显示花费的时间: enter image description here

从表格视图cellForRowAtIndexPath:调用实用程序方法: enter image description here

0 个答案:

没有答案