CMR
1.3.0
|
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 |
Statistics for series-parallel recognition algorithm.
uint32_t CMR_SP_STATISTICS::nonbinaryCount |
Number of searches for \( M_2 \) matrix.
double CMR_SP_STATISTICS::nonbinaryTime |
Time of searches for \( M_2 \) matrix.
uint32_t CMR_SP_STATISTICS::reduceCount |
Number of calls to reduction algorithm.
double CMR_SP_STATISTICS::reduceTime |
Time of reduction algorithm calls.
uint32_t CMR_SP_STATISTICS::totalCount |
Total number of invocations.
double CMR_SP_STATISTICS::totalTime |
Total time of all invocations.
uint32_t CMR_SP_STATISTICS::wheelCount |
Number of wheel matrix searches.
double CMR_SP_STATISTICS::wheelTime |
Time of wheel matrix searches.