Engine API Reference - v2.6.1
    Preparing search index...

    Interface MiniStatsOptions

    interface MiniStatsOptions {
        cpu: MiniStatsProcessorOptions;
        gpu: MiniStatsProcessorOptions;
        sizes: MiniStatsSizeOptions[];
        startSizeIndex: number;
        stats: MiniStatsGraphOptions[];
        textRefreshRate: number;
    }
    Index

    Properties

    CPU graph options.

    GPU graph options.

    Sizes of area to render individual graphs in and spacing between individual graphs.

    startSizeIndex: number

    Index into sizes array for initial setting.

    Array of options to render additional graphs based on stats collected into Application.stats.

    textRefreshRate: number

    Refresh rate of text stats in ms.