feat: better profiling statistics, less spammy

This commit is contained in:
2025-08-15 15:05:54 -05:00
parent b88895e82f
commit 5f0ee87dd9
5 changed files with 152 additions and 12 deletions

View File

@@ -27,6 +27,8 @@ phf = { version = "0.12.1", features = ["macros"] }
bevy_ecs = "0.16.1"
bitflags = "2.9.1"
parking_lot = "0.12.3"
micromap = "0.1.0"
thousands = "0.2.0"
[profile.release]
lto = true