pub fn update_instruction_metrics<F, RA, Executor>(
state: &mut VmExecState<F, TracingMemory, PreflightCtx<RA>>,
executor: &Executor,
prev_pc: u32,
pc_entry: &PcEntry<F>,
)
Expand description
We assume this will be called after execute_instruction, so less error-handling is needed.