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

Method num_blocks

crates/kernel/src/profile.rs:157–159  ·  view source on GitHub ↗

Number of blocks (vertices).

(&self)

Source from the content-addressed store, hash-verified

155 pub serialized_size: u32,
156 /// Number of constants in the block (1 for standalone constants).
157 pub const_count: u32,
158 /// Substitution-node visits (`instantiate_rev`) checking this block — the
159 /// dominant reduction-volume cost driver. Recorded when profiled with op
160 /// counters enabled; 0 otherwise.
161 pub subst: u64,
162 /// `whnf` entries checking this block (counted before cache probes).

Callers 7

profile_anon_ixeFunction · 0.80
consumers_csrMethod · 0.80
from_profileMethod · 0.80
buildMethod · 0.80
partition_for_cycle_capFunction · 0.80
shard_predictedFunction · 0.80

Calls 1

lenMethod · 0.45

Tested by 1