mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Add a State::new tracy span
This commit is contained in:
@@ -206,6 +206,8 @@ impl State {
|
||||
stop_signal: LoopSignal,
|
||||
display: Display<State>,
|
||||
) -> Self {
|
||||
let _span = tracy_client::span!("State::new");
|
||||
|
||||
let config = Rc::new(RefCell::new(config));
|
||||
|
||||
let has_display =
|
||||
|
||||
Reference in New Issue
Block a user