MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / fetch_info

Method fetch_info

crates/firewheel-graph/src/processor/profiling.rs:317–319  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

315
316impl ProfilerRx {
317 pub fn fetch_info(&mut self) -> &ProfilingData {
318 self.buffer_rx.read()
319 }
320}
321
322/// Performance profiling information of a Firewheel Processor.

Callers 1

profiling_dataMethod · 0.80

Calls 1

readMethod · 0.80

Tested by

no test coverage detected