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

◆ GetTotalFrames()

static proto int EnProfiler::GetTotalFrames ( )
staticprivate

Get the total amount of frames across all profiling session.

Заметки
This will only differ from GetProfiledFrames when there was an Interval set at some point
Возвращает
int The total amount of frames across all profiling session
int totalFrames = EnProfiler.GetTotalFrames();
Set of methods for accessing script profiling data.
Определения EnProfiler.c:73
static proto int GetTotalFrames()
Get the total amount of frames across all profiling session.