mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-06 06:52:39 +00:00
* Adds in support for basic send maps profiling, I'd still like to get something that tracks with the round a bit better, but we can worry about that later * Adds a debug verb that displays the sendmaps profiling page, as basic as it is * Define respect * Patches over an error where profiles would persist through rounds, somehow. Adds the maptick stuff to performance logging, so we can look at how things change over a short period of time
5 lines
214 B
Plaintext
5 lines
214 B
Plaintext
#if DM_BUILD >= 1506
|
|
// We don't actually care about storing the output here, this is just an easy way to ensure the profile runs first.
|
|
GLOBAL_REAL_VAR(world_init_profiler) = world.Profile(PROFILE_RESTART)
|
|
#endif
|