MCPcopy Create free account
hub / github.com/argumentcomputer/ix / record_whnf_core_hit

Method record_whnf_core_hit

crates/kernel/src/perf.rs:114–116  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

112 }
113
114 pub fn record_whnf_core_hit(&self) {
115 bump(&self.whnf_core_cache_hits);
116 }
117
118 pub fn record_whnf_core_miss(&self) {
119 bump(&self.whnf_core_cache_misses);

Callers 1

whnf_core_with_flagsMethod · 0.80

Calls 1

bumpFunction · 0.85

Tested by

no test coverage detected