Goonstation 13 - Modules - TypesProc Details

/datum/controller/processScheduler

Procs

averageRunTimeaverageRunTime returns the average run time (over the last 20) of the process
deferSetupFordeferSetupFor @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.
recordRunTimerecordRunTime 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