On Thu, 2006-07-13 at 14:35 -0500, Matt Hoosier wrote: > > If you download the gtk+ sources, check out > > gtk+/perf/gtkwidgetprofiler.h. It has the machinery needed to wait for > > the server to actually process your requests. > > Any chance that this stuff could optionally be installed systemwide as > a library produced during the build? Hacking one's sources into the > gtk/perf directory makes this a little inaccessible right now, and it > looks to me like gtkwidgetprofiler.o isn't buildable outside of the > official source tree (dependency on config.h).
Oh! Feel free to rip it out of GTK+ and remove that #include - it's probably just there because I cut&pasted it :) I'm still not sure what to do with GtkWidgetProfiler. If the final API turns out to be generally useful for application developers, I'll just put it in the main libgtk.so. In the meantime, just rip it out and put it where you find it convenient. Federico _______________________________________________ Performance-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/performance-list
