Home
last modified time | relevance | path

Searched refs:front_end (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/crec/
Dcomp_stats.c60 init_cs_clock(&c.front_end); in init_comp_stats()
83 print_cs_clock(&cs->front_end, cs->total_time, fp, "Front end", "Frames"); in dump_comp_stats()
Dsrec.c1679 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()
/external/srec/srec/include/
Dcomp_stats.h86 CS_CLOCK front_end; member