mirror of
https://github.com/brl/mutter.git
synced 2025-01-13 21:22:22 +00:00
clutter/frame-clock: Add ready profile trace
To see in Sysprof whenever it happens. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1928>
This commit is contained in:
parent
e10084199b
commit
986658ade9
@ -328,6 +328,8 @@ clutter_frame_clock_notify_presented (ClutterFrameClock *frame_clock,
|
|||||||
void
|
void
|
||||||
clutter_frame_clock_notify_ready (ClutterFrameClock *frame_clock)
|
clutter_frame_clock_notify_ready (ClutterFrameClock *frame_clock)
|
||||||
{
|
{
|
||||||
|
COGL_TRACE_BEGIN_SCOPED (ClutterFrameClockNotifyReady, "Frame Clock (ready)");
|
||||||
|
|
||||||
switch (frame_clock->state)
|
switch (frame_clock->state)
|
||||||
{
|
{
|
||||||
case CLUTTER_FRAME_CLOCK_STATE_INIT:
|
case CLUTTER_FRAME_CLOCK_STATE_INIT:
|
||||||
|
Loading…
Reference in New Issue
Block a user