Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
310
impl Default for CsrFile {
Callers
4
tick
Method · 0.80
csr_cycle_increment
Function · 0.80
csr_time_alias
Function · 0.80
csr_counters_wrap
Function · 0.80
Calls
no outgoing calls
Tested by
3
csr_cycle_increment
Function · 0.64
csr_time_alias
Function · 0.64
csr_counters_wrap
Function · 0.64