Lines Matching refs:comp_stats
41 #include "comp_stats.h"
1677 if (!comp_stats)
1678 comp_stats = init_comp_stats();
1679 start_cs_clock(&comp_stats->front_end);
1683 end_cs_clock(&comp_stats->front_end, 1);
1722 if (comp_stats == NULL)
1723 comp_stats = init_comp_stats();
1842 comp_stats->total_time += (float)(end_frame / 50.0f);
1843 dump_comp_stats(comp_stats, PSTDOUT);
2015 start_cs_clock1(&comp_stats->overall_search);
2027 end_cs_clock1(&comp_stats->overall_search, 1);
2177 start_cs_clock(&comp_stats->models);
2194 end_cs_clock(&comp_stats->models, num_models_computed);
2195 start_cs_clock(&comp_stats->internal_hmm);
2217 end_cs_clock(&comp_stats->internal_hmm, rec->num_new_states);
2218 start_cs_clock(&comp_stats->fsm_to_hmm);
2239 end_cs_clock(&comp_stats->fsm_to_hmm, num_fsm_nodes_updated);
2240 start_cs_clock(&comp_stats->prune);
2254 end_cs_clock(&comp_stats->prune, rec->num_new_states);
2285 start_cs_clock(&comp_stats->hmm_to_fsm);
2302 end_cs_clock(&comp_stats->hmm_to_fsm, rec->num_new_states);
2303 start_cs_clock(&comp_stats->epsilon);
2319 end_cs_clock(&comp_stats->epsilon, num_fsm_nodes_updated);