SearchStatistics Struct Reference
This structure keeps record of different kind of statistics during decoding. It may be switched on and off by the compiler switch SEARCH_STATISTICS_ON. More...
Public Attributes | |
int | nrOfHistPruning |
int | nrOfCleanUps |
int | nrOfLMLATables_Temp |
int | nrOfLMLATables |
int | nrOfActiveNodes |
int | nrOfActiveTokens |
int | nrOfLMLATables_Prev |
int | nrOfActiveNodes_Prev |
int | nrOfActiveTokens_Prev |
int | nrOfLMLATables_Max |
int | nrOfActiveNodes_Max |
int | nrOfActiveTokens_Max |
Detailed Description
This structure keeps record of different kind of statistics during decoding. It may be switched on and off by the compiler switch SEARCH_STATISTICS_ON.Member Data Documentation