Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ record_whnf_hit
Method
record_whnf_hit
crates/kernel/src/perf.rs:98–100 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
96
// -----------------------------------------------------------------------
97
98
pub fn record_whnf_hit(&self) {
99
bump(&self.whnf_cache_hits);
100
}
101
102
pub fn record_whnf_miss(&self) {
103
bump(&self.whnf_cache_misses);
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