miden-debug-engine 0.10.0

Core debugger engine for miden-debug
Documentation
1
2
3
4
5
6
7
pub mod config;
pub mod instrument;
mod profiler;

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