![]() |
CMR
1.3.0
|
Statistics for graphicness test. More...
#include <graphic.h>
Public Attributes | |
| uint32_t | totalCount |
| double | totalTime |
| uint32_t | checkCount |
| double | checkTime |
| uint32_t | applyCount |
| double | applyTime |
| uint32_t | transposeCount |
| double | transposeTime |
Statistics for graphicness test.
| uint32_t CMR_GRAPHIC_STATISTICS::applyCount |
Number of column additions.
| double CMR_GRAPHIC_STATISTICS::applyTime |
Time of column additions.
| uint32_t CMR_GRAPHIC_STATISTICS::checkCount |
Number of calls to check algorithm.
| double CMR_GRAPHIC_STATISTICS::checkTime |
Time of check algorithm calls.
| uint32_t CMR_GRAPHIC_STATISTICS::totalCount |
Total number of invocations.
| double CMR_GRAPHIC_STATISTICS::totalTime |
Total time of all invocations.
| uint32_t CMR_GRAPHIC_STATISTICS::transposeCount |
Number of matrix transpositions.
| double CMR_GRAPHIC_STATISTICS::transposeTime |
Time for matrix transpositions.