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

Function bump_def_eq

crates/kernel/src/profile.rs:77–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75
76/// Count one `is_def_eq` entry.
77#[inline(always)]
78pub fn bump_def_eq() {
79 #[cfg(not(target_os = "zkvm"))]
80 DEF_EQ_CALLS.with(|c| c.set(c.get().wrapping_add(1)));
81}
82
83/// Add `work` units of big-Nat arithmetic limb-work (called per native Nat

Callers 1

is_def_eqMethod · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected