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

Method record_whnf_core_miss

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

Source from the content-addressed store, hash-verified

116 }
117
118 pub fn record_whnf_core_miss(&self) {
119 bump(&self.whnf_core_cache_misses);
120 }
121
122 // -----------------------------------------------------------------------
123 // Infer caches

Callers 1

whnf_core_with_flagsMethod · 0.80

Calls 1

bumpFunction · 0.85

Tested by

no test coverage detected