HomeSort by relevance Sort by last modified time
    Searched refs:print_cs_clock (Results 1 - 2 of 2) sorted by null

  /external/srec/srec/crec/
comp_stats.c 83 print_cs_clock(&cs->front_end, cs->total_time, fp, "Front end", "Frames");
84 print_cs_clock(&cs->overall_search, cs->total_time, fp, "Total Search", "Frames");
85 print_cs_clock(&cs->models, cs->total_time, fp, " Models", "Models");
86 print_cs_clock(&cs->internal_hmm, cs->total_time, fp, " Internal HMM", "HMMs");
87 print_cs_clock(&cs->fsm_to_hmm, cs->total_time, fp, " FSM to HMM", "FSM_Nodes");
88 print_cs_clock(&cs->prune, cs->total_time, fp, " Prune", "HMM States");
89 print_cs_clock(&cs->hmm_to_fsm, cs->total_time, fp, " HMM to FSM", "HMMS");
90 print_cs_clock(&cs->epsilon, cs->total_time, fp, " Epsilon", "FSM_Nodes");
91 print_cs_clock(&cs->astar, cs->total_time, fp, " Astar", "Utterances");
92 print_cs_clock(&cs->word_lookup, cs->total_time, fp, " WordLookup", "Words")
98 void print_cs_clock(CS_CLOCK *c, float num_seconds, PFile* fp, char *prompt, char *item_name) function
    [all...]
  /external/srec/srec/include/
comp_stats.h 50 #define print_cs_clock print_cs_clock_esr macro
110 void print_cs_clock(CS_CLOCK *c, float num_seconds, PFile* fp, char *prompt, char *item_name);
128 #define print_cs_clock1( CLK, NS,FP,PR,IN) print_cs_clock( CLK, NS,FP,PR,IN)

Completed in 43 milliseconds