Function List
Here is where the output of GPROF gets placed. This data is generated by the following command:
gprof -p "executablename"
This tells GPROF to examine the generated workingdir\gmon.out file which contains the generated profiling data.

Explanation List
Here the explanation generated by gprof.exe is printed.