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

    Interface FlowrGasThresholds

    Thresholds for GasLevel transitions used by ReadOnlyFlowrAnalyzerGasContext.checkGas. Memory values are fractions of the V8 heap limit (0-1), time values are in milliseconds. See the Gas (Resource Guard) wiki section.

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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

    Hierarchy-Diagram

    UML class diagram of FlowrGasThresholds
    Index

    Properties

    Properties

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

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