Profiling GTK within an application

2007-10-26 Thread Chris Rorvick
I'm attempting to profile GTK in an application and I'm wondering what methodology others use to accomplish this. Is there any documentation that addresses this topic that I should refer to? Any caveats worth pointing out? Here is where I'm at ... I recently upgraded an application using

Re: Profiling GTK within an application

2007-10-26 Thread Ivan Baldo
Hello Chris! There are different types of profiling: 1 - application code profiling (gprof), it only profiles the code of the application without taking into account the libraries it uses and other factors like X and your hardware and video card. 2 - application code and