Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
316
impl 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_data
Method · 0.80
Calls
1
read
Method · 0.80
Tested by
no test coverage detected