Altera_Forum
Honored Contributor
7 years agoCan't generate gmon.out with gprof
Hi all,
I'm trying to run GPROF on my project (Quartus Prime 18.0). I have added the "enable_gprof" and "enable_exit" flags in the BSP, and I can see it does pass the -pg option when building. I have -g and -O0 as well. The application runs but I cannot get any gmon.out file output. What am I missing? I have been stuck with this for hours and can't seem to figure it out...