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

◆ GetTimeOfFuncG()

static proto float EnProfiler::GetTimeOfFuncG ( string funct,
bool immediate = false )
staticprivate

Obtain [SD] or [PD] regarding the time consumed by a specific global function.

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