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

Class MatchingFrame

src/ui/tabs/flamegraph.rs:133–137  ·  view source on GitHub ↗

MatchingFrame is a helper struct to navigate filtered frames.

Source from the content-addressed store, hash-verified

131
132/// MatchingFrame is a helper struct to navigate filtered frames.
133struct MatchingFrame {
134 id: FrameId,
135 pos: Pos2,
136 width_ratio: f32,
137}
138
139/// Widget drawing a flame-graph.
140///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected