Home
last modified time | relevance | path

Searched refs:timevar_print (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dtimevar.h92 extern void timevar_print (FILE *);
Dtimevar.c384 timevar_print (FILE *fp) in timevar_print() function
Dtoplev.c2049 timevar_print (stderr); in do_compile()
DChangeLog-200015839 * toplev.c (compile_file): Always call timevar_print.
16496 * timevar.c (timevar_print): Update timing information.
20538 (timevar_print): Do nothing if not TIMEVAR_ENABLE. Don't print
20577 init_timevar and start TV_TOTAL timer. Call timevar_print instead
DChangeLog-200113450 (timevar_print): Adjust zero check and printing to match.
13787 (timevar_print): Don't print any timer whose user, cpu, and
28499 * timevar.c (timevar_print): Change loop variable id from enum to
DChangeLog-200518194 (timevar_print): Print consumption of ggc memory.
DChangeLog-200444607 * timevar.c (timevar_print): Mention when checking is enabled.