MatchingFrame is a helper struct to navigate filtered frames.
| 131 | |
| 132 | /// MatchingFrame is a helper struct to navigate filtered frames. |
| 133 | struct MatchingFrame { |
| 134 | id: FrameId, |
| 135 | pos: Pos2, |
| 136 | width_ratio: f32, |
| 137 | } |
| 138 | |
| 139 | /// Widget drawing a flame-graph. |
| 140 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected