tracing_read_deferral

Function tracing_read_deferral 

Source
pub fn tracing_read_deferral<F, const BLOCK_SIZE: usize>(
    memory: &mut TracingMemory,
    ptr: u32,
    prev_timestamp: &mut u32,
) -> [F; BLOCK_SIZE]
where F: PrimeField32,
Expand description

Reads register value at ptr from memory and records the previous timestamp. Reads are only done from address space [DEFERRAL_AS].