Crate tracers_dyn_noop

Crate tracers_dyn_noop 

Source

Re-exports§

pub use probe::*;
pub use provider::*;
pub use tracer::*;

Modules§

probe
Implements the UnsafeProviderProbeImpl trait that does nothing (‘no-op’)
provider
Implements the ProviderBuilder and Provider traits for SystemTap
tracer
This module implements the Tracer trait in such a way that the API calls all work but don’t do anything. In release builds most probably the entire probing infrastructure will optimize away, and even in debug builds the overhead from probing in this implementation will be just a few instructions