Commit 53461199 by Basile Starynkevitch Committed by Basile Starynkevitch

timevar.c (timevar_print): Increase width for display of timevar name.


2011-06-25  Basile Starynkevitch  <basile@starynkevitch.net>

	* timevar.c (timevar_print): Increase width for display of timevar
	name.

From-SVN: r175396
parent 75b2f817
2011-06-25  Basile Starynkevitch  <basile@starynkevitch.net>
* timevar.c (timevar_print): Increase width for display of timevar
name.
2011-06-24 Jakub Jelinek <jakub@redhat.com>
PR c++/46400
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment