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

Method num_edges

crates/kernel/src/profile.rs:162–164  ·  view source on GitHub ↗

Number of delta edges (consumer → producer pairs).

(&self)

Source from the content-addressed store, hash-verified

160 /// counters enabled; 0 otherwise.
161 pub subst: u64,
162 /// `whnf` entries checking this block (counted before cache probes).
163 pub whnf: u64,
164 /// `is_def_eq` entries checking this block.
165 pub def_eq: u64,
166 /// Limb-weighted native Nat-arithmetic work checking this block.
167 pub nat_arith: u64,

Callers 1

profile_anon_ixeFunction · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected