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:
parent
1899dbdc27
commit
3fdb0a5950
@ -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 */);
|
||||
|
Loading…
Reference in New Issue
Block a user