Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ record_whnf_miss
Method
record_whnf_miss
crates/kernel/src/perf.rs:102–104 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
100
}
101
102
pub fn record_whnf_miss(&self) {
103
bump(&self.whnf_cache_misses);
104
}
105
106
pub fn record_whnf_no_delta_hit(&self) {
107
bump(&self.whnf_no_delta_cache_hits);
Callers
2
whnf_with_nat_succ_mode
Method · 0.80
disabled_summary_is_empty
Function · 0.80
Calls
1
bump
Function · 0.85
Tested by
1
disabled_summary_is_empty
Function · 0.64