stat_t Struct Reference

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

#include <stat.h>

List of all members.

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

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().

timer for GMM computation overhead

timer for senone computation

timer for search

Temporary Variable: Total CI Senones evaluated over the entire session

Temporary Variable: Total CI Senones evaluated over the entire session

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

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

Temporary Variable: Total HMMs evaluated over the entire session

Temporary Variable: Total CD Senones evaluated over the entire session

Temporary Variable: Total Words hypothesized over the entire session

Temporary Variable: CI Gaussians evaluated for utterance

Temporary Variable: CI Senones evaluated for utterance

Temporary Variable: CD Gaussians evaluated for utterance

Temporary Variable: HMM evaluated for utterance

Temporary Variable: CD Senones evaluated for utterance

Temporary Variable: Store the number of word exits


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

Generated on 7 Mar 2010 by  doxygen 1.6.1