Trying to read a Xcode Instruments .trace file. What is the file format of a .trace file?

后端 未结 4 1818
梦毁少年i
梦毁少年i 2020-11-29 09:46

I am writing an automated profiling system, to profile different GPU intensive screens in my App. I have been trying to use \'XCode Instruments\' for this, with the \'OpenGL

4条回答
  •  广开言路
    2020-11-29 10:03

    You may not be able to analyze the Trace file directly with a script, but they can exported to a CSV file that can be analyzed by a script or put into Excel, Numbers, etc. You may even be able to add the export as a CSV to your automated testing, depending on how it is done.

提交回复
热议问题