MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / increment_cycle

Method increment_cycle

crates/virtual-machine/src/cpu/csr.rs:305–307  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

303 }
304
305 pub fn increment_cycle(&mut self) {
306 self.cycle = self.cycle.wrapping_add(1);
307 }
308}
309
310impl Default for CsrFile {

Callers 4

tickMethod · 0.80
csr_cycle_incrementFunction · 0.80
csr_time_aliasFunction · 0.80
csr_counters_wrapFunction · 0.80

Calls

no outgoing calls

Tested by 3

csr_cycle_incrementFunction · 0.64
csr_time_aliasFunction · 0.64
csr_counters_wrapFunction · 0.64