(&self)
| 149 | #[async_trait(?Send)] |
| 150 | impl Executor for WallTimeExecutor { |
| 151 | fn name(&self) -> ExecutorName { |
| 152 | ExecutorName::WallTime |
| 153 | } |
| 154 | |
| 155 | fn tool_status(&self) -> Option<ToolStatus> { |
| 156 | self.profiler.as_ref().and_then(|p| p.tool_status()) |
no outgoing calls
no test coverage detected