mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-24 02:01:18 +07:00
Convert commit mark into a span
This commit is contained in:
@@ -27,9 +27,7 @@ impl CompositorHandler for Niri {
|
||||
}
|
||||
|
||||
fn commit(&mut self, surface: &WlSurface) {
|
||||
tracy_client::Client::running()
|
||||
.unwrap()
|
||||
.message("client commit", 0);
|
||||
let _span = tracy_client::span!("CompositorHandler::commit");
|
||||
|
||||
on_commit_buffer_handler::<Self>(surface);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user