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
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.