Files
kiwistation/code/__DEFINES/_profile.dm
T
Kyle Spier-Swenson aed07e116a The profiler now starts earlier into the init process. + Documents the initialization order and pipeline (#52662)
* The profiler now starts earlier into the init process.
Also documents the init pipeline and order in world/New()'s codedoc.

* better early profiler

* NEWMAN!
2020-08-12 11:18:22 -03:00

5 lines
212 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_START)
#endif