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

◆ GetAllocationsOfClass()

static proto int EnProfiler::GetAllocationsOfClass ( typename clss ,
bool immediate = false )
staticprivate

Obtain [SD] or [PD] regarding the allocations of a specific class.

Аргументы
clsstypename Typename of desired class
immediatebool When true, it will pull from [SD], when false it will pull from [PD]
Возвращает
int Allocations of the specified class
int allocationsOfClass = EnProfiler.GetAllocationsOfClass(StaticGetType(EPTHelperClass), true);
Set of methods for accessing script profiling data.
Определения EnProfiler.c:73
static proto int GetAllocationsOfClass(typename clss, bool immediate=false)
Obtain [SD] or [PD] regarding the allocations of a specific class.

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