mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 13:01:17 +00:00
Increase thread scheduling quantum from 20000 bbs to 50000 bbs.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@328
This commit is contained in:
parent
6b9ba9848a
commit
4ec7e413eb
@ -123,7 +123,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 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
|
||||
|
||||
@ -123,7 +123,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 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user