mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Add Niri::new Tracy span
This commit is contained in:
@@ -298,6 +298,8 @@ impl Niri {
|
|||||||
display: Display<State>,
|
display: Display<State>,
|
||||||
backend: &Backend,
|
backend: &Backend,
|
||||||
) -> Self {
|
) -> Self {
|
||||||
|
let _span = tracy_client::span!("Niri::new");
|
||||||
|
|
||||||
let display_handle = display.handle();
|
let display_handle = display.handle();
|
||||||
let config_ = config.borrow();
|
let config_ = config.borrow();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user