@eagleoutice/flowr - v2.13.14
    Preparing search index...

    Interface FlowrGasThresholds

    Thresholds for GasLevel transitions used by ReadOnlyFlowrAnalyzerGasContext.checkGas, each dimension boundable per feature (see GasThresholdSpec). See the Gas (Resource Guard) wiki section.

    interface FlowrGasThresholds {
        memory: GasThresholdSpec;
        timeMs: GasThresholdSpec;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Heap-usage fraction thresholds (0-1, before factor scaling).

    Elapsed analysis time thresholds in milliseconds (before factor scaling).