Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/core/perf/config/interface

Index

Type aliases

PerfGroupFilters: { [ K in PerfGroup]?: PerfIncludeFilter | string[] | boolean }

Settings to filter perf events by groups

PerfPredicate: (ns: string) => boolean

Type declaration

    • (ns: string): boolean
    • Filtering predicate

      Parameters

      • ns: string

      Returns boolean

PerfPredicates: { [ K in PerfGroup]: PerfPredicate }

Simple filtering predicates for each group

see

PerfGroupFilters