What is alternative for MAT in iOS ?
I want to create a dashboard using ".traces" file after profiling. Is it possible ? If yes how ?Kindly share relevant link .
What is alternative for MAT in iOS ?
I want to create a dashboard using ".traces" file after profiling. Is it possible ? If yes how ?Kindly share relevant link .
I've seen several open source projects attempting to parse and extract data from Instruments .traces files. In no particular order:
None of the projects I've looked at are ideal because Apple doesn't maintain the .traces format with the intent of anything other than Instruments reading it. This answer walks through some of the file format structure details.
Ideally in the future Apple will offer an option to export to some standard formats. Until then you'll have to use or extend these parsing libraries to dig through the data blob.