mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-06 23:51:43 +00:00
4 lines
353 B
Plaintext
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)
|