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

Method blocks

crates/kernel/src/profile.rs:167–169  ·  view source on GitHub ↗

The block entries, indexed by block id.

(&self)

Source from the content-addressed store, hash-verified

165 pub def_eq: u64,
166 /// Limb-weighted native Nat-arithmetic work checking this block.
167 pub nat_arith: u64,
168 /// Intern-table node visits checking this block (term-construction volume).
169 pub intern: u64,
170}
171
172/// A recorded kernel profile over an environment.

Callers 3

print_profile_summaryFunction · 0.80
shard_espFunction · 0.80
partition_for_cycle_capFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected