Function risc0_zkvm::guest::env::cycle_count

source ·
pub fn cycle_count() -> usize
Expand description

Return the number of processor cycles that have occurred since the guest began.

WARNING: The cycle count is provided by the host and is not checked by the zkVM circuit.