CRM64Pro GDK v0.14.0
A free cross-platform game development kit built on top of SDL 3.0
Loading...
Searching...
No Matches
CRM64Pro::Timer::Stats

Detailed Description

Stats Microbenchmark stats structure.

Public Attributes

double dFastest
double dSlowest
double dRange
double dAverage
double dMedian
double dVariance
double dStddev
Uint64 iRuns

Member Data Documentation

◆ dFastest

double CRM64Pro::Timer::Stats::dFastest

Fastest execution time in milliseconds.

◆ dSlowest

double CRM64Pro::Timer::Stats::dSlowest

Slowest execution time in milliseconds.

◆ dRange

double CRM64Pro::Timer::Stats::dRange

Range of the execution time in milliseconds.

◆ dAverage

double CRM64Pro::Timer::Stats::dAverage

Average of the execution time in milliseconds.

◆ dMedian

double CRM64Pro::Timer::Stats::dMedian

Median of the execution time in milliseconds.

◆ dVariance

double CRM64Pro::Timer::Stats::dVariance

Variance of the execution time in milliseconds.

◆ dStddev

double CRM64Pro::Timer::Stats::dStddev

Standard deviation of the execution time in milliseconds.

◆ iRuns

Uint64 CRM64Pro::Timer::Stats::iRuns

Number of runs.