openvm_stark_sdk::config::instrument

Type Alias InstrumentCounter

Source
pub type InstrumentCounter = Arc<Mutex<HashMap<String, Vec<usize>>>>;

Aliased Typeยง

struct InstrumentCounter { /* private fields */ }