mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
Add trace span to do_screen_transition
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user