HighchartsBoostDebugOptions class

Debugging options for boost. Useful for benchmarking, and general timing.

API Docs: https://api.highcharts.com/highcharts/boost.debug

Inheritance

Constructors

HighchartsBoostDebugOptions.new({bool? showSkipSummary, bool? timeBufferCopy, bool? timeKDTree, bool? timeRendering, bool? timeSeriesProcessing, bool? timeSetup})
Debugging options for boost. Useful for benchmarking, and general timing.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showSkipSummary bool?
Show the number of points skipped through culling.
getter/setter pair
timeBufferCopy bool?
Time the WebGL to SVG buffer copy
getter/setter pair
timeKDTree bool?
Time the building of the k-d tree.
getter/setter pair
timeRendering bool?
Time the series rendering.
getter/setter pair
timeSeriesProcessing bool?
Time the series processing.
getter/setter pair
timeSetup bool?
Time the WebGL setup.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() String
Serializes the settings to a JSON string.
inherited
toOptionsJSON(StringBuffer buffer) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited