branchrust_reboot/main/runtime_profiling_update_markerscancel

2 Commits over 0 Days - ∞cph!

4 Months Ago
Simplify StartOfFrameHook as the first of FixedUpdate() or Update() Rename "CPU" in perf 6 -> "SCRIPTS" Estimate time taken to measure Physics.Update() - time taken between `FixedUpdate()` and `yield WaitForFixedUpdate` - include physics update time in server runtime profiler - add to perf 8 alongside FixedUpdate ms
4 Months Ago
Add script execution time for Update(), LateUpdate() and FixedUpdate()