]> Pileus Git - ~andy/gtk/commit
New function; it lets us time the expose sequence of a widget.
authorFederico Mena Quintero <federico@novell.com>
Wed, 14 Jun 2006 21:24:31 +0000 (21:24 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Wed, 14 Jun 2006 21:24:31 +0000 (21:24 +0000)
commit02c7cf7bee2fb60a4146d52bacd049746b18b336
tree40c51e4329560c43efa6308798c42a3d72ef5298
parentc42ab53bb1876123f40d1fe129a2e019ccad65f1
New function; it lets us time the expose sequence of a widget.

2006-06-14  Federico Mena Quintero  <federico@novell.com>

* perf/gtkwidgetprofiler.c (gtk_widget_profiler_profile_expose):
New function; it lets us time the expose sequence of a widget.
(create_widget): New helper function.
(map_widget): New helper function.
(profile_boot): Use create_widget() instead of doing it by hand.
(profile_map_expose): Use map_widget() instead of doing it by hand.

* perf/main.c (main): Call gtk_widget_profiler_profile_expose() as well.
ChangeLog
ChangeLog.pre-2-10
perf/gtkwidgetprofiler.c
perf/gtkwidgetprofiler.h
perf/main.c