![]() |
CRM64Pro GDK v0.13.0
A free cross-platform game development kit built on top of SDL 3.0
|
Stats Microbenchmark stats structure.
Public Attributes | |
| double | dFastest |
| double | dSlowest |
| double | dRange |
| double | dAverage |
| double | dMedian |
| double | dVariance |
| double | dStddev |
| Uint64 | iRuns |
| 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.