debugInitialized property

bool get debugInitialized

True once enabled = true has allocated recording state. Stays false across a fully disabled workload - the zero-allocation contract's test hook.

Implementation

static bool get debugInitialized => _phaseUs != null;