DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetCountPerFunc()
static proto void EnProfiler::GetCountPerFunc
(
notnull out
array
< ref
EnProfilerCountFuncPair
>
outArr
,
int
count
=
int.MAX
)
static
private
Obtain [SD] for Count Per Function.
Аргументы
outArr
array<ref EnProfilerCountFuncPair>
Array sorted by amount of times a function was called
count
int
The maximum amount of entries wanted
array<ref EnProfilerCountFuncPair>
countPerFunc = {};
EnProfiler
.
GetCountPerFunc
(countPerFunc, 20);
EnProfiler
Set of methods for accessing script profiling data.
Определения
EnProfiler.c:73
array
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
Определения
IsBoxCollidingGeometryProxyClasses.c:28
EnProfiler::GetCountPerFunc
static proto void GetCountPerFunc(notnull out array< ref EnProfilerCountFuncPair > outArr, int count=int.MAX)
Obtain [SD] for Count Per Function.
Перекрестные ссылки
MAX
.
EnProfiler
Создано системой
1.13.2