t> I am trying for the profiling of wxGtk. I tried enabling profiling
t> while configure of wxGtk but when I run gprof for minimal sample,
t> given in source code , it give all time data as 0.0.( I also build
t> sample application with -pg option) . I am not very good in Linux.
I don't know what could explain it, I did use gprof with wx in the past
although it was mostly for non-GUI code.
t> Could anyone please suggest some good profiling tool or existing set-
t> up which can help me in improving performance of wxGtk( wxWidgets) or
t> any related documentation or correct approach .
I use kcachegrind for profiling myself. Maybe there are better choices, I
didn't look at the state of Linux profiling tools since many years.
t> On comparing sample window creation time of wxGtk with gtk
t> applications , there is good time difference ( 3 times) which I want
t> to improve some how.
This would be very welcome, of course. Good luck!
VZ
Have a nice day,
TonyMi