Current global pressure level.
(&self)
| 427 | |
| 428 | /// Current global pressure level. |
| 429 | pub fn global_pressure(&self) -> PressureLevel { |
| 430 | self.thresholds.level_for(self.global_utilization_percent()) |
| 431 | } |
| 432 | |
| 433 | /// Worst-case (highest) pressure level across every engine that has a |
| 434 | /// configured budget. Cheap: iterates the in-memory budget map and |
nothing calls this directly
no test coverage detected