Expand description
Deterministic Compute Metering (Permissive Commons) Tracks implicit hardware cycles entirely without heap allocation or high-latency OS-level hardware sensors.
Statics§
- ATOMIC_
FLOPS_ COUNT - ATOMIC_
INTEGRATION_ STEPS - SIEVE_
OPS_ COUNT - Increments when the GPU/NPU evaluates a bitmask across 850 Quins
- SUPERBLOCK_
IO_ COUNT - Increments when Core 3 fetches/writes a 40KB SuperBlock
- VM_
CYCLES_ COUNT - Core operational telemetry aggregate dump structed inside the Webizen VM
Functions§
- export_
prometheus_ metrics - Zero-allocation Prometheus Exporter Writes telemetry metrics directly to a byte buffer without string formatting overhead.
- get_
telemetry_ snapshot - Retrieves the current metric snapshot.
- log_
federated_ telemetry - Logs federated system telemetry (latency, VLM compute load) as a System_Log Quin. Converts the semantic metric into a 48-byte struct instead of heap strings.
- reset_
telemetry - Resets all global deterministic metrics for a new query lifecycle.