From: Julian Seward Date: Sat, 11 Sep 2004 18:22:03 +0000 (+0000) Subject: Pretty up -v -v printing a bit. X-Git-Tag: svn/VALGRIND_3_0_1^2~1077 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5db74b487fef11e7357a74965f3ce1166c804a24;p=thirdparty%2Fvalgrind.git Pretty up -v -v printing a bit. git-svn-id: svn://svn.valgrind.org/vex/trunk@257 --- diff --git a/VEX/hacked104/vg_include.h b/VEX/hacked104/vg_include.h index 97f74e974d..059e106fef 100644 --- a/VEX/hacked104/vg_include.h +++ b/VEX/hacked104/vg_include.h @@ -130,7 +130,7 @@ /* Defines the thread-scheduling timeslice, in terms of the number of basic blocks we attempt to run each thread for. Smaller values give finer interleaving but much increased scheduling overheads. */ -#define VG_SCHEDULING_QUANTUM 50000 +#define VG_SCHEDULING_QUANTUM 100000 /* The maximum number of pthreads that we support. This is deliberately not very high since our implementation of some of the diff --git a/VEX/hacked104/vg_scheduler.c b/VEX/hacked104/vg_scheduler.c index 7b4d2e644a..8febff9eb1 100644 --- a/VEX/hacked104/vg_scheduler.c +++ b/VEX/hacked104/vg_scheduler.c @@ -550,7 +550,7 @@ void increment_epoch ( void ) UInt tt_used, tc_used; VG_(get_tt_tc_used) ( &tt_used, &tc_used ); VG_(message)(Vg_UserMsg, - "%lu bbs, in: %d (%d -> %d), out %d (%d -> %d), TT %d, TC %d", + "%lu bbs, in: %4d (%5d -> %6d), out %d (%d -> %d), TT %d, TC %d", VG_(bbs_done), VG_(this_epoch_in_count), VG_(this_epoch_in_osize),