DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ SetModule()

static proto void EnProfiler::SetModule ( EnProfilerModule module,
bool sessionReset = true )
staticprivate

Set the module to be profiled.

Заметки
DEFAULT: EnProfilerModule.CORE
When session reset is enabled, it will only reset the module which it is currently being set to, previous module data will be untouched
Аргументы
moduleEnProfilerModule The module to profile
sessionResetbool When set to false, no [SR] will trigger, regardless of situation
Set of methods for accessing script profiling data.
Определения EnProfiler.c:73
static proto void SetModule(EnProfilerModule module, bool sessionReset=true)
Set the module to be profiled.
EnProfilerModule
Current base scripted modules.
Определения EnProfiler.c:22

Используется в EnProfilerTests::TestModule().