instruments - 将 .trace 文件保存到其他位置

标签 instruments xcode-instruments

我正在从命令行运行仪器。在我的命令中,我确实指定了输出路径
使用

-e UIARESULTSPATH /user/xxxx

但是,保存到上述位置的文件是 plist liles。 .trace(即instrumentcli14.trace)文件会自动保存到我保存脚本的文件夹中。

有谁知道有没有办法将 .trace 文件保存到自定义位置?

谢谢!

最佳答案

Do anyone know is there a way to save the .trace files to a custom location?



使用 -D选项,像这样:
-D TestResults/TestTrace/theTrace.trace 

关于instruments - 将 .trace 文件保存到其他位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13812037/

相关文章:

ios - 时间分析器 xcode 6 beta 中缺少符号

ios - 在 iPad 上加载全屏 Retina 图像会导致 10 MB 的巨大峰值

ios - 如何使用 Xcode 中的仪器检查堆内存?

iphone - iOS : Why does Memory Monitor disagree with Allocations? 仪器

ios - 读取 Xcode 中 Instruments 的 Automation 模板中 UILabel 的值

iphone - Instruments Leaks - 不显示我的源代码

iphone - 如何在 iOS 中使用 Instrument

ios - 使用 instruments 命令行实用程序启动特定硬件版本的 iOS 模拟器

xcode - 如何在 os-signpost-point-schema 中指定符号/字符

iOS:Instruments 显示 imageio_png_data 的大小比其实际图像大小大 300 倍