instruments trace file - command line

I am using the following script to run leaks instruments from the command-line.

instruments -t /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Resources/templates/Leaks.tracetemplate <app path>


After executing the command, i get instrumentscl.trace file. Is there any way to export the results to a text file via any cli command ? We are running our tests in a CI environment and can not have a manual step of launching Xcode/intruments UI and then launch the .trace.



Thanks,

Kapil.

Replies

did u get any solution for this?