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 |
Structure to hold all statistics in Sphinx 3.x.
int32 stat_t::nfr |
Temporary Variable: Number of frame of current utterance
ptmr_t stat_t::tm |
timer for the whole run time
Referenced by main().
ptmr_t stat_t::tm_ovrhd |
timer for GMM computation overhead
ptmr_t stat_t::tm_sen |
timer for senone computation
ptmr_t stat_t::tm_srch |
timer for search
float64 stat_t::tot_ci_gau_eval |
Temporary Variable: Total CI Senones evaluated over the entire session
float64 stat_t::tot_ci_sen_eval |
Temporary Variable: Total CI Senones evaluated over the entire session
int32 stat_t::tot_fr |
Temporary Variable: The total number of frames that the recognizer has been recognized. Mainly for bookeeping.
float64 stat_t::tot_gau_eval |
Temporary Variable: Total CD Gaussian densities evaluated over the entire session
float64 stat_t::tot_hmm_eval |
Temporary Variable: Total HMMs evaluated over the entire session
float64 stat_t::tot_sen_eval |
Temporary Variable: Total CD Senones evaluated over the entire session
float64 stat_t::tot_wd_exit |
Temporary Variable: Total Words hypothesized over the entire session
int32 stat_t::utt_cigau_eval |
Temporary Variable: CI Gaussians evaluated for utterance
int32 stat_t::utt_cisen_eval |
Temporary Variable: CI Senones evaluated for utterance
int32 stat_t::utt_gau_eval |
Temporary Variable: CD Gaussians evaluated for utterance
int32 stat_t::utt_hmm_eval |
Temporary Variable: HMM evaluated for utterance
int32 stat_t::utt_sen_eval |
Temporary Variable: CD Senones evaluated for utterance
int32 stat_t::utt_wd_exit |
Temporary Variable: Store the number of word exits