]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Pretty up -v -v printing a bit.
authorJulian Seward <jseward@acm.org>
Sat, 11 Sep 2004 18:22:03 +0000 (18:22 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 11 Sep 2004 18:22:03 +0000 (18:22 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@257

VEX/hacked104/vg_include.h
VEX/hacked104/vg_scheduler.c

index 97f74e974d4b81f754390a2e19c9d461eb6ddb89..059e106fef2e489ee2a11e9309cb823a04cd65c0 100644 (file)
 /* 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
index 7b4d2e644a2209bc5ec4cbe6c932b1609c7d0540..8febff9eb1a2bce731eb907f1ef8265753a62bd2 100644 (file)
@@ -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),