git-svn-id: svn://svn.valgrind.org/vex/trunk@257
/* 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
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),