| 36 | const MAX_FRAMES: f32 = 1024.0; |
| 37 | |
| 38 | pub struct FlameGraphTab { |
| 39 | cached_root: Cached<FlameGraphNode>, |
| 40 | widget: FlameGraphWidget, |
| 41 | show_inline: bool, |
| 42 | } |
| 43 | |
| 44 | impl Default for FlameGraphTab { |
| 45 | fn default() -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected