Icon for this executor.
(&self)
| 32 | |
| 33 | /// Icon for this executor. |
| 34 | pub fn icon(&self) -> Icon { |
| 35 | match self { |
| 36 | ExecutorName::Valgrind => Icon::ExecutorValgrind, |
| 37 | ExecutorName::WallTime => Icon::ExecutorWallTime, |
| 38 | ExecutorName::Memory => Icon::ExecutorMemory, |
| 39 | } |
| 40 | } |
| 41 | } |
no outgoing calls
no test coverage detected