branchrust_reboot/main/runtime_profiling_entity_csvcancel
2 Commits over 0 Days - ∞cph!
Switch from multiple bools for tracking invokes to a single int
0 = off
1 = total execution of invokes per frame
2 = execution time per type of invoke per frame
Reimplement detailed entity profiling that was lost instead of stashed
Change to single int to describe entity profiling mode
0 = off
1 = count spawned per frame
2 = count per type of entity spawned per frame
3 = count per type of entity across server every 5 minutes
Reset all profiling measurements on the first frame profiling is enabled
- fixes some stats counting incredibly high