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

Statistics for series-parallel recognition algorithm. More...

#include <series_parallel.h>

Public Attributes

uint32_t totalCount
 
double totalTime
 
uint32_t reduceCount
 
double reduceTime
 
uint32_t wheelCount
 
double wheelTime
 
uint32_t nonbinaryCount
 
double nonbinaryTime
 

Detailed Description

Statistics for series-parallel recognition algorithm.

Member Data Documentation

◆ nonbinaryCount

uint32_t CMR_SP_STATISTICS::nonbinaryCount

Number of searches for \( M_2 \) matrix.

◆ nonbinaryTime

double CMR_SP_STATISTICS::nonbinaryTime

Time of searches for \( M_2 \) matrix.

◆ reduceCount

uint32_t CMR_SP_STATISTICS::reduceCount

Number of calls to reduction algorithm.

◆ reduceTime

double CMR_SP_STATISTICS::reduceTime

Time of reduction algorithm calls.

◆ totalCount

uint32_t CMR_SP_STATISTICS::totalCount

Total number of invocations.

◆ totalTime

double CMR_SP_STATISTICS::totalTime

Total time of all invocations.

◆ wheelCount

uint32_t CMR_SP_STATISTICS::wheelCount

Number of wheel matrix searches.

◆ wheelTime

double CMR_SP_STATISTICS::wheelTime

Time of wheel matrix searches.


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