CMR  1.3.0
Public Attributes | List of all members
CMR_GRAPHIC_STATISTICS Struct Reference

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
 

Detailed Description

Statistics for graphicness test.

Member Data Documentation

◆ applyCount

uint32_t CMR_GRAPHIC_STATISTICS::applyCount

Number of column additions.

◆ applyTime

double CMR_GRAPHIC_STATISTICS::applyTime

Time of column additions.

◆ checkCount

uint32_t CMR_GRAPHIC_STATISTICS::checkCount

Number of calls to check algorithm.

◆ checkTime

double CMR_GRAPHIC_STATISTICS::checkTime

Time of check algorithm calls.

◆ totalCount

uint32_t CMR_GRAPHIC_STATISTICS::totalCount

Total number of invocations.

◆ totalTime

double CMR_GRAPHIC_STATISTICS::totalTime

Total time of all invocations.

◆ transposeCount

uint32_t CMR_GRAPHIC_STATISTICS::transposeCount

Number of matrix transpositions.

◆ transposeTime

double CMR_GRAPHIC_STATISTICS::transposeTime

Time for matrix transpositions.


The documentation for this struct was generated from the following file: