(&self, f: &mut std::fmt::Formatter<'_>)
| 148 | |
| 149 | impl std::fmt::Display for PerfEvent { |
| 150 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 151 | write!(f, "{}", self.to_perf_string()) |
| 152 | } |
| 153 | } |
| 154 | |
| 155 | #[cfg(test)] |
nothing calls this directly
no outgoing calls
no test coverage detected