aed07e116a
* 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!
5 lines
212 B
Plaintext
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
|