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

Method profiling_data

crates/firewheel-graph/src/context.rs:806–808  ·  view source on GitHub ↗

Retrieve the latest performance profiling data.

(&mut self)

Source from the content-addressed store, hash-verified

804 /// Calling this method resets the internal flag.
805 pub fn clipping_occurred(&self) -> bool {
806 self.shared_flags
807 .clipping_occurred
808 .swap(false, Ordering::Relaxed)
809 }
810
811 /// Retrieve the latest performance profiling data.

Callers 1

updateMethod · 0.80

Calls 1

fetch_infoMethod · 0.80

Tested by

no test coverage detected