mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Use less verbose span names when the tracy feature is off
This commit is contained in:
@ -44,7 +44,7 @@ impl<'a> System<'a> for Sys {
|
||||
uids,
|
||||
): Self::SystemData,
|
||||
) {
|
||||
span!(_guard, "controller::Sys::run");
|
||||
span!(_guard, "run", "controller::Sys::run");
|
||||
let mut server_emitter = server_bus.emitter();
|
||||
|
||||
for (entity, _uid, controller, character_state) in
|
||||
|
Reference in New Issue
Block a user