uprof: make the Redrawing timer a child of the Master Clock

Previously it was a child of the Mainloop, but it's more closely
a child of the Master Clock.
This commit is contained in:
Robert Bragg 2010-02-10 11:57:58 +00:00
parent 1899dbdc27
commit 3fdb0a5950

View File

@ -310,7 +310,7 @@ _clutter_backend_redraw (ClutterBackend *backend,
"Increments for each _clutter_backend_redraw call",
0 /* no application private data */);
CLUTTER_STATIC_TIMER (redraw_timer,
"Mainloop", /* parent */
"Master Clock", /* parent */
"Redrawing",
"The time spent redrawing everything",
0 /* no application private data */);