#include <profile.h>
#include <s3types.h>
#include "sphinx3_export.h"
Go to the source code of this file.
Classes | |
| struct | stat_t |
| Structure to hold all statistics in Sphinx 3.x. More... | |
Functions | |
| stat_t * | stat_init (void) |
| void | stat_free (stat_t *st) |
| void | stat_clear_utt (stat_t *st) |
| void | stat_clear_corpus (stat_t *st) |
| void | stat_update_corpus (stat_t *st) |
| void | stat_report_utt (stat_t *st, char *uttid) |
| S3DECODER_EXPORT void | stat_report_corpus (stat_t *st) |
|
|
Clear the corpus statistics
|
|
|
Clear the utterance statistics
|
|
|
Delete the memory of stat_init
|
|
|
Initialized the statistics structure
|
|
|
Report the total statistics
|
|
||||||||||||
|
Report the utterance statistics
|
|
|
Update the corpus statistics with the utterance statistics
|
1.3.9.1