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

Class FlameGraphTab

src/ui/tabs/flamegraph.rs:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected