Public Attributes | List of all members
stat_t Struct Reference

Structure to hold all statistics in Sphinx 3.x. More...

#include <stat.h>

Public Attributes

ptmr_t tm_sen
 
ptmr_t tm_srch
 
ptmr_t tm_ovrhd
 
ptmr_t tm
 
int32 utt_hmm_eval
 
int32 utt_sen_eval
 
int32 utt_gau_eval
 
int32 utt_cisen_eval
 
int32 utt_cigau_eval
 
int32 utt_wd_exit
 
int32 nfr
 
float64 tot_sen_eval
 
float64 tot_gau_eval
 
float64 tot_ci_sen_eval
 
float64 tot_ci_gau_eval
 
float64 tot_hmm_eval
 
float64 tot_wd_exit
 
int32 tot_fr
 

Detailed Description

Structure to hold all statistics in Sphinx 3.x.

Member Data Documentation

◆ nfr

int32 stat_t::nfr

Temporary Variable: Number of frame of current utterance

◆ tm

ptmr_t stat_t::tm

timer for the whole run time

◆ tm_ovrhd

ptmr_t stat_t::tm_ovrhd

timer for GMM computation overhead

◆ tm_sen

ptmr_t stat_t::tm_sen

timer for senone computation

◆ tm_srch

ptmr_t stat_t::tm_srch

timer for search

◆ tot_ci_gau_eval

float64 stat_t::tot_ci_gau_eval

Temporary Variable: Total CI Senones evaluated over the entire session

◆ tot_ci_sen_eval

float64 stat_t::tot_ci_sen_eval

Temporary Variable: Total CI Senones evaluated over the entire session

◆ tot_fr

int32 stat_t::tot_fr

Temporary Variable: The total number of frames that the recognizer has been recognized. Mainly for bookeeping.

◆ tot_gau_eval

float64 stat_t::tot_gau_eval

Temporary Variable: Total CD Gaussian densities evaluated over the entire session

◆ tot_hmm_eval

float64 stat_t::tot_hmm_eval

Temporary Variable: Total HMMs evaluated over the entire session

◆ tot_sen_eval

float64 stat_t::tot_sen_eval

Temporary Variable: Total CD Senones evaluated over the entire session

◆ tot_wd_exit

float64 stat_t::tot_wd_exit

Temporary Variable: Total Words hypothesized over the entire session

◆ utt_cigau_eval

int32 stat_t::utt_cigau_eval

Temporary Variable: CI Gaussians evaluated for utterance

◆ utt_cisen_eval

int32 stat_t::utt_cisen_eval

Temporary Variable: CI Senones evaluated for utterance

◆ utt_gau_eval

int32 stat_t::utt_gau_eval

Temporary Variable: CD Gaussians evaluated for utterance

◆ utt_hmm_eval

int32 stat_t::utt_hmm_eval

Temporary Variable: HMM evaluated for utterance

◆ utt_sen_eval

int32 stat_t::utt_sen_eval

Temporary Variable: CD Senones evaluated for utterance

◆ utt_wd_exit

int32 stat_t::utt_wd_exit

Temporary Variable: Store the number of word exits


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