mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
[MIRROR] The profiler now starts earlier into the init process. + Documents the initialization order and pipeline (#319)
* 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! * The profiler now starts earlier into the init process. + Documents the initialization order and pipeline Co-authored-by: Kyle Spier-Swenson <kyleshome@gmail.com>
This commit is contained in:
co-authored by
Kyle Spier-Swenson
parent
9c61a4bf79
commit
e28b80eca2
@@ -18,7 +18,7 @@ SUBSYSTEM_DEF(profiler)
|
||||
if(CONFIG_GET(flag/auto_profile))
|
||||
StartProfiling()
|
||||
else
|
||||
StopProfiling() //Stop the early start from world/New
|
||||
StopProfiling() //Stop the early start profiler
|
||||
return ..()
|
||||
|
||||
/datum/controller/subsystem/profiler/fire()
|
||||
|
||||
Reference in New Issue
Block a user