miden-debug-engine 0.12.0

Core debugger engine for miden-debug
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod config;
pub(crate) mod helpers;
pub mod instrument;
mod profiler;

pub use config::{ProfilerCliArgs, ProfilerConfig};
pub use instrument::{
    Instrument, InstrumentRegistration, OpHistogramGlobal, OpHistogramProc, instrument_from_name,
};
pub use profiler::Profiler;