Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dgcc.c191 static int report_times; variable
2958 pex = pex_init (PEX_USE_PIPES | (report_times ? PEX_RECORD_TIMES : 0), in execute()
3002 if (report_times) in execute()
3047 if (report_times) in execute()
3795 report_times = 1; in process_command()
DChangeLog-19997782 (report_times): New flag.
7783 (execute): If report_times is set, calculate and report the
7789 (process_command): Set report_times if -time is given.
DChangeLog-200526409 (process_command): Permit report_times and use_pipes together.