mirror of
https://github.com/brl/mutter.git
synced 2025-02-05 08:04:10 +00:00
![Daniel van Vugt](/assets/img/avatar_default.png)
This allows profilers to trace the callers of whatever is spending the most time on the GPU, and to measure render times more accurately. Previously such information was hidden as it completed in the background (asynchronously) after we call swap buffers. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1327>