Get the budget for a specific engine.
(&self, engine: EngineId)
| 385 | |
| 386 | /// Get the budget for a specific engine. |
| 387 | pub fn budget(&self, engine: EngineId) -> Option<&Budget> { |
| 388 | self.budgets.get(&engine) |
| 389 | } |
| 390 | |
| 391 | /// Get the global ceiling. |
| 392 | pub fn global_ceiling(&self) -> usize { |