Gabriel M. Beddingfield wrote: > I used Doxygen to get the static call-graph for audioEngine_process() -- > which is attached. I am going to go through and audit this, looking for > things that cause issue when trying to be real-time.
You can also generate a dynamic call-graph (for a currently selected set of drivers etc). In order to do that, you can use valgrind, particularly its tool called callgrind. BTW: The execution counts/call graphs generated with valgrind's tools are accurate, but take any profiling results (clock counts etc) with a huge grain of salt, as from my experience they tend not to reflect the reality too closely. Krzysztof ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ Hydrogen-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
