MCPcopy Create free account
hub / github.com/elastic/devfiler / root

Method root

src/ui/tabs/flamegraph.rs:821–823  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

819
820impl 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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected