![]() |
CRM64Pro GDK v0.11.0
A free cross-platform game development kit built on top of SDL 3.0
|
Public Attributes | |
double | dFastest |
double | dSlowest |
double | dRange |
double | dAverage |
double | dMedian |
double | dVariance |
double | dStddev |
Uint64 | iRuns |
Stats Microbenchmark stats structure.
double CRM64Pro::Timer::Stats::dFastest |
Fastest execution time in milliseconds.
double CRM64Pro::Timer::Stats::dSlowest |
Slowest execution time in milliseconds.
double CRM64Pro::Timer::Stats::dRange |
Range of the execution time in milliseconds.
double CRM64Pro::Timer::Stats::dAverage |
Average of the execution time in milliseconds.
double CRM64Pro::Timer::Stats::dMedian |
Median of the execution time in milliseconds.
double CRM64Pro::Timer::Stats::dVariance |
Variance of the execution time in milliseconds.
double CRM64Pro::Timer::Stats::dStddev |
Standard deviation of the execution time in milliseconds.
Uint64 CRM64Pro::Timer::Stats::iRuns |
Number of runs.