This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

extract data from mgd file?

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?