Skip to main content

EngineComputeUnits

Compute units attributed to one engine over the query window.

type EngineComputeUnits {
engine: MeteredComputeEngine!
units: BigInt!
}

Fields

EngineComputeUnits.engine ● MeteredComputeEngine! non-null enum

The engine whose meter produced these units.

EngineComputeUnits.units ● BigInt! non-null scalar

Compute units, where one unit is one millisecond of measured execution time. Comparable across engines by construction: both engines measure the same quantity with the same clock (process.hrtime around the app's code), and a WASM engine additionally floors its answer by fuel/22,000,000 to charge work done inside the sandbox between two host calls. Zero when the engine ran nothing.

Member Of

AppComputeBudgetStatus object ● AppComputeUsage object