This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][RFC] Add the ability to record sub-timevars (-ftime-report-details)


> Index: gcc/doc/invoke.texi
> ===================================================================
> --- gcc/doc/invoke.texi	(revision 238469)
> +++ gcc/doc/invoke.texi	(working copy)
[snip]
> @@ -12543,6 +12543,10 @@ print some statistics about each pass wh
>  Makes the compiler print some statistics about the time consumed by each
>  pass when it finishes.
>  
> +@item -ftime-report
> +@opindex ftime-report
> +Record the time consumed by infrastructure parts separately for each pass.

It seems pasted @item/@opindex are missing '-details'.

Alexander


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]