Home
last modified time | relevance | path

Searched refs:CS_CLOCK (Results 1 – 2 of 2) sorted by relevance

/external/srec/srec/include/
Dcomp_stats.h72 CS_CLOCK; typedef
79 CS_CLOCK overall_search;
80 CS_CLOCK models;
81 CS_CLOCK fsm_to_hmm;
82 CS_CLOCK hmm_to_fsm;
83 CS_CLOCK internal_hmm;
84 CS_CLOCK epsilon;
85 CS_CLOCK prune;
86 CS_CLOCK front_end;
87 CS_CLOCK word_lookup;
[all …]
/external/srec/srec/crec/
Dcomp_stats.c98 void print_cs_clock(CS_CLOCK *c, float num_seconds, PFile* fp, char *prompt, char *item_name) in print_cs_clock()
112 void start_cs_clock(CS_CLOCK *c) in start_cs_clock()
138 void end_cs_clock(CS_CLOCK *c, int count) in end_cs_clock()
163 void reset_cs_clock(CS_CLOCK *c) in reset_cs_clock()
172 void init_cs_clock(CS_CLOCK *c) in init_cs_clock()
184 CS_CLOCK *make_cs_clock(void) in make_cs_clock()
186 CS_CLOCK *c = (CS_CLOCK *) NEW(CS_CLOCK, L("crec.cs_clock")); in make_cs_clock()