MCPcopy 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

Calls 1

bumpFunction · 0.85

Tested by 1