Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ stats
Method
stats
crates/virtual-machine/src/cpu.rs:43–45 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
41
&self.pipeline.last_cycle
42
}
43
44
pub fn stats(&self) -> &PipelineStats {
45
&self.pipeline.stats
46
}
47
48
pub fn set_return_addr(&mut self, ra: u64) {
Callers
4
get_cache_stats
Method · 0.45
pipeline_stats
Method · 0.45
insns_retired
Method · 0.45
lru_evicts_least_recently_used_way
Function · 0.45
Calls
no outgoing calls
Tested by
1
lru_evicts_least_recently_used_way
Function · 0.36