Using gprof on a multitask ADA source code, I get the analysis of only the main task

87 Views Asked by At

I follow all the steps to instrumentalize, run and analyse the obtained output (gmon.out), but the text file obtained shows the analysis of the execution of the main task only.

I've read about similar problems in Linux OS but I'm running on Windows.

Has anyone experience something similar?

0

There are 0 best solutions below