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

◆ GetTimePerFunc()

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

Obtain [SD] for Time Per Function.

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

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

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