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 TRUNK: better format output for time reports.


On Sat, 25 Jun 2011 11:38:20 +0200
Richard Guenther <richard.guenther@gmail.com> wrote:
> > ####### patch against trunk 175201
> > Index: gcc/timevar.c
> > ===================================================================
> > --- gcc/timevar.c ? ? ? (revision 175201)
> > +++ gcc/timevar.c ? ? ? (working copy)
> > @@ -478,7 +478,7 @@ timevar_print (FILE *fp)
> > ? ? ? ?continue;
> >
> > ? ? ? /* The timing variable name. ?*/
> > - ? ? ?fprintf (fp, " %-22s:", tv->name);
> > + ? ? ?fprintf (fp, " %-24s:", tv->name);
> >
> > ?#ifdef HAVE_USER_TIME
> > ? ? ? /* Print user-mode time for this process. ?*/
> > ####### gcc/ChangeLog entry
> > 2011-06-25 ?Basile Starynkevitch ?<basile@starynkevitch.net>
> >
> > ? ? ? ?* timevar.c (timevar_print): Increase width for display of timevar name.
> > #######
> >
> > Ok for trunk?
> 
> Ok.
> 
Committed revision 175396.

Thanks
-- 
Basile STARYNKEVITCH         http://starynkevitch.net/Basile/
email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359
8, rue de la Faiencerie, 92340 Bourg La Reine, France
*** opinions {are only mine, sont seulement les miennes} ***


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