Skip to content

Remove COGL_TRACE_BEGIN in favor of BEGIN_SCOPED

Ivan Molodetskikh requested to merge YaLTeR/mutter:trace-only-scoped into main

Scoped traces are less error prone, and they can still be ended prematurely if needed (this commit makes that work). The only case this doesn't support is starting a trace inside a scope but ending outside, but this is pretty unusual, plus we have anchored traces for a limited variation of that.

Merge request reports