Searched refs:comp_stats (Results 1 – 5 of 5) sorted by relevance
1677 if (!comp_stats) in start_front_end_clock()1678 comp_stats = init_comp_stats(); in start_front_end_clock()1679 start_cs_clock(&comp_stats->front_end); in start_front_end_clock()1683 end_cs_clock(&comp_stats->front_end, 1); in stop_front_end_clock()1722 if (comp_stats == NULL) in srec_begin()1723 comp_stats = init_comp_stats(); in srec_begin()1842 comp_stats->total_time += (float)(end_frame / 50.0f); in srec_no_more_frames()1843 dump_comp_stats(comp_stats, PSTDOUT); in srec_no_more_frames()2015 start_cs_clock1(&comp_stats->overall_search); in multi_srec_viterbi()2027 end_cs_clock1(&comp_stats->overall_search, 1); in multi_srec_viterbi()[all …]
38 COMP_STATS *comp_stats = NULL; variable78 if (!cs) cs = comp_stats; in dump_comp_stats()
117 start_cs_clock1(&comp_stats->astar); in srec_nbest_prepare_list()127 end_cs_clock1(&comp_stats->astar, 1); in srec_nbest_prepare_list()
1212 if (!comp_stats) in FST_AddWordToGrammar()1213 comp_stats = init_comp_stats1(); in FST_AddWordToGrammar()1214 start_cs_clock1(&comp_stats->word_addition); in FST_AddWordToGrammar()1488 end_cs_clock1(&comp_stats->word_addition, 1); in FST_AddWordToGrammar()
118 extern COMP_STATS *comp_stats;