Strata - v1.4.10
    Preparing search index...

    Interface StatsConfig

    Configuration for the performance monitor.

    interface StatsConfig {
        maxSamples?: number;
        trackMemory?: boolean;
        updateInterval?: number;
    }
    Index

    Properties

    maxSamples?: number

    Number of samples to use for rolling averages. Default: 60.

    trackMemory?: boolean

    Whether to track heap memory usage. Default: true.

    updateInterval?: number

    Frequency of updates in milliseconds. Default: 100.