Processes and creates a TSciChartPerformanceMark entry accordingly to provided options.
Removes a specific mark by name or all marks if no name provided
Creates and returns TSciChartPerformanceMark
Creates a performance measure based on the given mark type
Retrieves the marks.
Generated using TypeDoc
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
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.