Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPerfViewerCollectionStrategy

Defines the general structure of what is necessary for a collection strategy.

Hierarchy

  • IPerfViewerCollectionStrategy

Index

Properties

Properties

disposeSearch playground for dispose

dispose: () => void

Function which does any necessary cleanup. Called when performanceViewerCollector.dispose() is called.

Type declaration

    • (): void
    • Returns void

getDataSearch playground for getData

getData: () => number

Function which gets the data for the strategy.

Type declaration

    • (): number
    • Returns number

idSearch playground for id

id: string

The id of the strategy.

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method