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

Function kernel_check_mem_suffix

crates/ffi/src/kernel.rs:2198–2210  ·  view source on GitHub ↗
(peak_rss_mib: Option<&AtomicU64>)

Source from the content-addressed store, hash-verified

2196 LeanIOResult::ok(LeanOwned::box_usize(0))
2197}
2198
2199// ===========================================================================
2200// Sharding profiler: run the anon kernel out of circuit over a `.ixe`,
2201// recording per-block heartbeats + the delta-unfold graph into a `.ixprof`.
2202// See `plans/sharding.md`.
2203// ===========================================================================
2204
2205/// Summary returned by [`profile_anon_ixe`].
2206pub struct ProfileStats {
2207 pub targets: usize,
2208 pub passed: usize,
2209 pub failed: usize,
2210 pub blocks: usize,
2211 pub edges: usize,
2212 pub bytes: usize,
2213}

Callers 1

reportMethod · 0.85

Calls 2

current_rss_mibFunction · 0.85

Tested by

no test coverage detected