Options
All
  • Public
  • Public/Protected
  • All
Menu
experimental

An util used for adding performance checkpoints which can be then used for analyzing the chart performance. The checkpoints are created via the Performance API

remarks

By default it is disabled, to make use of the utils set PerformanceDebugHelper.enableDebug. Some checkpoints are set implicitly. Custom checkpoints could be set using PerformanceDebugHelper.mark. To output the results use PerformanceDebugHelper.outputLogs.

Hierarchy

  • PerformanceDebugHelper

Index

Properties

Methods

Properties

Static enableDebug

enableDebug: boolean = false

Methods

Static mark

  • Parameters

    • type: EPerformanceMarkType | string
    • Optional options: { contextId?: string; relatedId?: string }
      • Optional contextId?: string
      • Optional relatedId?: string

    Returns TSciChartPerformanceMark

Static outputLogs

  • outputLogs(): void
  • Returns void

Generated using TypeDoc