Files
Paradise/code/__DEFINES/_profile.dm
AffectedArc07 f28fd2eae5 SSprofiler
2021-01-28 10:59:54 +00:00

4 lines
353 B
Plaintext

// This file exists so that world.Profile() is THE FIRST PROC TO RUN in the init sequence. This allows us to get the real details of everything lagging at server start.
// 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_START)