AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Type Alias GetPerformanceStatsOptions

    Performance Entry Types

    type GetPerformanceStatsOptions = {
        browser?: boolean;
        include?: (string | RegExp)[];
        resources?: boolean;
    }
    Index
    browser?: boolean

    Whether to include hereio internal runtime metrics. Defaults to false. Pass true to include.

    include?: (string | RegExp)[]

    Optional filter for custom performance marks and measures. When omitted, all custom marks and measures are collected. When specified, only entries whose names match one of the filters are collected. Strings match by substring; RegExp matches by test.

    resources?: boolean

    Include resource timing entries from each View / Frame / Window. Defaults to true. Pass false to omit them.