Return the prefered strategy to use to split workload. * * @return The strategy */
| 118 | * @return The strategy |
| 119 | */ |
| 120 | StrategyHint strategy() const |
| 121 | { |
| 122 | return _strategy; |
| 123 | } |
| 124 | /** Return the granule capping threshold to be used by dynamic scheduling. |
| 125 | * |
| 126 | * @return The capping threshold |
no outgoing calls
no test coverage detected