gprof generating only flat profile

136 Views Asked by At

I am profiling a fortran code with gprof. The code uses a c pre processor and mpifort wrapper with aocc (AMD compiler) to compile. I am specifying -pg flag for compilation as well as linking. But the profiling file contains only flat profile and not the call-graph data.What could be the issue?

0

There are 0 best solutions below