branchrust_reboot/main/fix_unity_hookcancel

6 Commits over 0 Days - ∞cph!

3 Months Ago
Move LagSpikeProfiler.enabled into the record method
3 Months Ago
Show editor's email instead of the server name when in the editor (so it's easier to select a server in grafana)
3 Months Ago
Move uploader creation into it's own method EnssureUploadersCreated() Ensure invokes are reset when we start recording so we don't get the cumulative stats since startup Move Reset() methods outside of serialize methods
3 Months Ago
Improve readability of code - move try catch & "enabled" check into each Serialize() method - move some Serialize() methods into their profiler classes - set default enabled state in each profiler so the convars reflect what is turned on
3 Months Ago
Add convars to all of profiling analytics - profiling_server to enable / disable feature (instead of relying on if upload url is provided) - profiling_{feature} for each part we measure
3 Months Ago
Fix unity hook not working by moving it from GameSetup -> Bootstrap