RSX Code Reference
    Preparing search index...
    • rsx
    • ProfilerState

    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.

    Index
    • Plain constructor.

      Parameters

      • localIndex: ProfilerIndex
      • OptionalisInternalConstructor: boolean

      Returns ProfilerState

    • get isLocalCaptureRunning(): boolean

      Set to true if profiling is currently running locally.

      Returns boolean

    • set isLocalCaptureRunning(value: boolean): void

      Parameters

      • value: boolean

      Returns void

    onChanged: Event<[]>

    Called when some member of ProfilerState changes.