MGBenchmark(iPhone源代码)
来源:Licence:MIT平台:iOS设备:iPhone / iPad作者:Mattes Groeger 利用此类库可以十分方便测试代码的运行时间,特别是对于某些加载操作(load operation)也能得到运行时间,而这种操作很难通过Xcode自带的Instruments来评测出来。代码只支持iOS 6.0 以上。 具体功能如下: 1. 评估总体运行时间; 2. 评估单步代码的执行时间; 3. 找到所有代码中最耗时的代码; 4. 找到代码的平均运行时间; 5. 可以对不同的线程进行评估(thread safe)。 小编注:效果截图不是模
文件列表
A220044255-23936.rar
(预估有个46文件)
MGBenchmark-master
.gitignore
179B
MGBenchmark.podspec
501B
MGBenchmarkTests
MGBenchmarkSpec.m
3KB
Output
MGConsoleUtilSpec.m
2KB
en.lproj
InfoPlist.strings
45B
MGBenchmarkTests-Info.plist
696B
暂无评论