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

Function enabled

crates/kernel/src/perf.rs:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37/// process.
38#[inline]
39pub fn enabled() -> bool {
40 *PERF_ENABLED
41}
42
43/// Atomic counters for cache hit-rate analysis. Gated by [`enabled`].
44#[derive(Default, Debug)]

Callers 6

bumpFunction · 0.85
summaryMethod · 0.85
peak_fuel_is_running_maxFunction · 0.85
dropMethod · 0.85

Calls

no outgoing calls

Tested by 2

peak_fuel_is_running_maxFunction · 0.68