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

    Interface MiniStatsOptions

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

    Properties

    CPU graph options.

    cpuTimingMinSize?: number

    Minimum size index at which to show CPU sub-timing graphs (script, anim, physics, render). Defaults to 1.

    GPU graph options.

    gpuTimingMinSize?: number

    Minimum size index at which to show GPU pass timing graphs. Defaults to 1.

    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.