Home | History | Annotate | Download | only in include

Lines Matching refs:CS_CLOCK

72 CS_CLOCK;
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;
88 CS_CLOCK word_addition;
90 CS_CLOCK astar;
95 void reset_cs_clock(CS_CLOCK *clock);
96 void init_cs_clock(CS_CLOCK *c);
97 CS_CLOCK *make_cs_clock(void);
104 void start_cs_clock(CS_CLOCK *clock);
105 void end_cs_clock(CS_CLOCK *c, int count);
110 void print_cs_clock(CS_CLOCK *c, float num_seconds, PFile* fp, char *prompt, char *item_name);