()
| 819 | |
| 820 | impl FlameGraphNode { |
| 821 | pub fn root() -> Self { |
| 822 | Self::new_meta_node(format!("{} 100% of all CPU cycles", icons::CPU), 0) |
| 823 | } |
| 824 | |
| 825 | pub fn new_meta_node(text: String, addr_or_line: u64) -> Self { |
| 826 | FlameGraphNode { |
nothing calls this directly
no outgoing calls
no test coverage detected