]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Increase thread scheduling quantum from 20000 bbs to 50000 bbs.
authorJulian Seward <jseward@acm.org>
Tue, 28 May 2002 11:27:31 +0000 (11:27 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 28 May 2002 11:27:31 +0000 (11:27 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@328

coregrind/vg_include.h
vg_include.h

index 3b8358fd944e2bbaa6c623c80131adc4cae43c4c..c437f6a3d43034de9ab0a8c6a12d55de51cab6ac 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   20000
+#define VG_SCHEDULING_QUANTUM   50000
 
 /* The maximum number of pthreads that we support.  This is
    deliberately not very high since our implementation of some of the
index 3b8358fd944e2bbaa6c623c80131adc4cae43c4c..c437f6a3d43034de9ab0a8c6a12d55de51cab6ac 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   20000
+#define VG_SCHEDULING_QUANTUM   50000
 
 /* The maximum number of pthreads that we support.  This is
    deliberately not very high since our implementation of some of the