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