-
Notifications
You must be signed in to change notification settings - Fork 321
BalancedThreadSched
Eddie Kohler edited this page Oct 18, 2017
·
1 revision
BalancedThreadSched — Click element; bin packing scheduler
BalancedThreadSched([INTERVAL, INCREASING])
Ports: none
Bin pack tasks onto threads by minimizing variance in load. INTERVAL specifies the number of ms between each load balance. By default it is 1000 (1 second). If INCREASING is true, first sort tasks in increasing order based on cost, then binpack. Otherwise, tasks are decreasingly sorted. By default, INCREASING is true.
ThreadMonitor, StaticThreadSched
Generated by click-elem2man from ../../elements/threads/balancedthreadsched.hh:5
on 2017/10/17.