Predict next execution time
(&self)
| 74 | |
| 75 | /// Predict next execution time |
| 76 | pub fn predict_exec_time(&self) -> Duration { |
| 77 | self.avg_exec_time |
| 78 | } |
| 79 | |
| 80 | /// Check if agent is CPU-intensive |
| 81 | pub fn is_cpu_intensive(&self) -> bool { |
nothing calls this directly
no outgoing calls
no test coverage detected