supervision-js
    Preparing search index...

    Interface RenderPreparationArtifactDiagnostics

    Diagnostics for one prepared artifact family.

    interface RenderPreparationArtifactDiagnostics {
        activeFrame?: RenderPreparationActiveFrameDiagnostics | null;
        inFlightCount?: number;
        kind: RenderPreparationArtifactKind;
        maxInFlightCount?: number;
        maxPendingCount?: number;
        maxPreparedCount?: number;
        pendingCount: number;
        prefetchCount?: number;
        preparedAheadFrameCount?: number;
        preparedAheadSeconds?: number;
        preparedCount: number;
        refillThresholdCount?: number;
        scheduleBatchSize?: number;
        window?: RenderPreparationArtifactWindowDiagnostics;
    }
    Index
    inFlightCount?: number
    maxInFlightCount?: number
    maxPendingCount?: number
    maxPreparedCount?: number
    pendingCount: number
    prefetchCount?: number
    preparedAheadFrameCount?: number
    preparedAheadSeconds?: number
    preparedCount: number
    refillThresholdCount?: number
    scheduleBatchSize?: number