mirror of
https://github.com/brl/mutter.git
synced 2025-02-13 03:44:11 +00:00
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",
|
"Increments for each _clutter_backend_redraw call",
|
||||||
0 /* no application private data */);
|
0 /* no application private data */);
|
||||||
CLUTTER_STATIC_TIMER (redraw_timer,
|
CLUTTER_STATIC_TIMER (redraw_timer,
|
||||||
"Mainloop", /* parent */
|
"Master Clock", /* parent */
|
||||||
"Redrawing",
|
"Redrawing",
|
||||||
"The time spent redrawing everything",
|
"The time spent redrawing everything",
|
||||||
0 /* no application private data */);
|
0 /* no application private data */);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user