【发布时间】:2013-01-01 09:12:08
【问题描述】:
我正在使用以下脚本从命令行运行泄漏工具。
instruments -t /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Resources/templates/Leaks.tracetemplate <app path>
执行命令后,我得到了instrumentscli0.trace 文件。如何从该文件中获取有关泄漏的可读数据。
有没有办法通过任何命令将结果导出到文本文件。在自动化模板中,我们可以使用开关-e UIARESULTSPATH 指定输出文件夹。
【问题讨论】:
-
看看这个answer
标签: ios testing instruments memory-leaks