I've got a scientific code running on my mac (I'm running snow leopard) , a code written in Fortran. I've been trying to get a profile of the run time of the code, but am having little success. It appears that gprof doesn't return any actual timings, just a count on how many times a subroutine was called. I looked around, this appears to be a common problem.
I tried Saturn, but it doesn't do 64 bit and I'm using external libraries, so that's a no go.
I also tried Shark, but the output of that is not really what I'm looking for, or at least I can't decipher it...
Anyways, just wondering if anyone knows of a profiler for the mac that works with Fortran? I'm using Intel's ifort to compile.