Add a State::new tracy span

This commit is contained in:
Ivan Molodetskikh
2023-10-10 07:57:22 +04:00
parent 2508d3e08e
commit 9fb8c616a8
+2
View File
@@ -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 =