We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
The mali graphics debugger provides detailed infromation for us to analyze the performance of graphical applications, such as vertices and fragments every frame, corrdinates of vertices, etc. The trace file is saved as a mgd format and also it can be exported as a .txt format(only the API trace is saved, missing some infromation).
Here I want to count vertices and fragments of each draw call, so can I extract these data from mgd file through a script? If not, Is there any others ways?