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

◆ GetCountPerFunc()

static proto void EnProfiler::GetCountPerFunc ( notnull out array< ref EnProfilerCountFuncPair > outArr,
int count = int.MAX )
staticprivate

Obtain [SD] for Count Per Function.

Аргументы
outArrarray<ref EnProfilerCountFuncPair> Array sorted by amount of times a function was called
countint The maximum amount of entries wanted
EnProfiler.GetCountPerFunc(countPerFunc, 20);
Set of methods for accessing script profiling data.
Определения EnProfiler.c:73
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
static proto void GetCountPerFunc(notnull out array< ref EnProfilerCountFuncPair > outArr, int count=int.MAX)
Obtain [SD] for Count Per Function.

Перекрестные ссылки MAX.