So it seems sprof doesn't exist as part of MinGW. Yet I have a DLL created in Qt Creator (along with the core exe using this DLL) and compiled with qmake and MinGW. And I need to profile that. Nothing too complex here, just see where too much time is spent.
What are your suggestions ? What tools or methodologies come along with MinGW for that ? What about outside MinGW ?
Thanks in advance, Charles