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

Method is_slow

crates/ffi/src/kernel.rs:2252–2254  ·  view source on GitHub ↗
(&self, slow_threshold: Duration)

Source from the content-addressed store, hash-verified

2250/// positively-used refs + projection block pointers) at block
2251/// granularity, deduped, self-edges dropped. These are exactly the
2252/// edges that generate a shard's thin frontier, i.e. its ingress.
2253#[allow(clippy::cast_possible_truncation)] // block sizes clamped to u32::MAX
2254fn static_block_profile(env: &IxonEnv) -> BlockProfile {
2255 use rayon::prelude::*;
2256 let addrs: Vec<Address> =
2257 env.consts.iter().map(|e| e.key().clone()).collect();

Callers 3

checked_suffixMethod · 0.80
check_consts_loopFunction · 0.80
persistent_lineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected