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

◆ GetCountOfFuncG()

static proto int EnProfiler::GetCountOfFuncG ( string funct,
bool immediate = false )
staticprivate

Obtain [SD] or [PD] regarding the amount of times a specific function was called.

Аргументы
functstring Function name
immediatebool When true, it will pull from [SD], when false it will pull from [PD]
Возвращает
int Amount of calls to the specified function or -1 when function was not found
int callCountOfFunc = EnProfiler.GetCountOfFuncG("ErrorEx", true);
Set of methods for accessing script profiling data.
Определения EnProfiler.c:73
static proto int GetCountOfFuncG(string funct, bool immediate=false)
Obtain [SD] or [PD] regarding the amount of times a specific function was called.

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