-
Notifications
You must be signed in to change notification settings - Fork 82
BalancedThreadSched
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
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 2018/10/03.