Add trace span to do_screen_transition

This commit is contained in:
Ivan Molodetskikh
2024-05-08 08:21:04 +04:00
parent 5248e53499
commit 47925948a3
+2
View File
@@ -3744,6 +3744,8 @@ impl Niri {
}
pub fn do_screen_transition(&mut self, renderer: &mut GlesRenderer, delay_ms: Option<u16>) {
let _span = tracy_client::span!("Niri::do_screen_transition");
let textures: Vec<_> = self
.output_state
.keys()