Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dc-lex.c46 static int header_time, body_time; variable
89 header_time = 0; in init_c_lex()
145 header_time += this_time - body_time; in update_header_times()
167 print_time ("header files (total)", header_time); in dump_time_statistics()
170 (double) header_time / (double) (this_time - body_time)); in dump_time_statistics()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-lex.c55 static int header_time, body_time; variable
108 header_time = 0;
193 header_time += this_time - body_time;
217 print_time ("header files (total)", header_time); in dump_time_statistics()
220 (double)header_time / (double)(this_time - body_time)); in dump_time_statistics()