/datum/controller/processScheduler
Procs | |
averageRunTime | averageRunTime returns the average run time (over the last 20) of the process |
---|---|
deferSetupFor | deferSetupFor @param path processPath If a process needs to be initialized after everything else, add it to the deferred setup list. On goonstation, only the ticker needs to have this treatment. |
recordRunTime | recordRunTime Records a run time for a process |
Proc Details
averageRunTime
averageRunTime returns the average run time (over the last 20) of the process
deferSetupFor
deferSetupFor @param path processPath If a process needs to be initialized after everything else, add it to the deferred setup list. On goonstation, only the ticker needs to have this treatment.
recordRunTime
recordRunTime Records a run time for a process