backend: Add a trace span for clutter_source_dispatch
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3417>
This commit is contained in:
parent
50980f995b
commit
8f5d0c236e
@ -1142,6 +1142,8 @@ clutter_source_dispatch (GSource *source,
|
|||||||
{
|
{
|
||||||
MetaBackendSource *backend_source = (MetaBackendSource *) source;
|
MetaBackendSource *backend_source = (MetaBackendSource *) source;
|
||||||
|
|
||||||
|
COGL_TRACE_BEGIN_SCOPED (Dispatch, "Meta::BackendSource::dispatch()");
|
||||||
|
|
||||||
dispatch_clutter_event (backend_source->backend);
|
dispatch_clutter_event (backend_source->backend);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user