Class ProfilerState

The ProfilerState class is a central state class for profiler visualization that contains references to all information that will be displayed by profiler views.

Hierarchy

  • FrameworkObject
    • ProfilerState

Constructors

  • Plain constructor.

    Parameters

    Returns ProfilerState

Accessors

  • get isLocalCaptureRunning(): boolean
  • Set to true if profiling is currently running locally.

    Returns boolean

  • set isLocalCaptureRunning(value): void
  • Parameters

    • value: boolean

    Returns void

Events

onChanged: Event<[], void>

Called when some member of ProfilerState changes.