| Hi all,
I recently tried out using gprof (GNU Profiler,
http://www.gnu.org/manual/gprof-2.9.1/gprof.html) to get some metrics on
functions called and the call graph. The nice this is that you can use
cgprof (http://mvertes.free.fr/) to show a graphical view of the call
graph of the functions from the output of using gprof, which I'm finding
great to see the graph of function calls. This has helped me as a
learning tool to visualize the code a bit more and see how all the
functions interact as well as seeing rather easily what functions would
have to pass the GLOBAL struct to what other functions.
Thought I'd share this for those who are in the same boat as I am and
are still finding their way around.
Thanks,
steven
p.s. - csounds.com seems to be down again and I have consequently been
without email this past evening (I'm emailing through a different
outgoing mail server). Hopefully things will go back up sometime soon.
Until then, if you happen to reply to this email, please CC me at
kunstmusik at hotmail.com. Thanks! |