update_instruction_metrics

Function update_instruction_metrics 

Source
pub fn update_instruction_metrics<F, RA, Executor>(
    state: &mut VmExecState<F, TracingMemory, PreflightCtx<RA>>,
    executor: &Executor,
    prev_pc: u32,
    pc_entry: &PcEntry<F>,
)
where F: Clone + Send + Sync, RA: Arena, Executor: PreflightExecutor<F, RA>,
Expand description

We assume this will be called after execute_instruction, so less error-handling is needed.