API / geotoolkit3d / util / stats / Stats / Stats
Type Aliases
Type Aliases
Ƭ Options: Object
| Name | Type | Description |
|---|---|---|
horizontal? | boolean | If True, display the canvases on the X axis, false to align on vertical axis. Default true |
logsPerSecond? | number | How often to log performance data, in logs per second. Default 20. |
positionoffset? | { left?: number ; top?: number } | Optional offset to manually position the panel using absolute positioning. Values represent pixel offsets from the top-left corner of the canvas. |
positionoffset.left? | number | Distance in pixels from the left edge. Default is 0. |
positionoffset.top? | number | Distance in pixels from the top edge. Default is 0. |
precision? | number | Precision of the data, in number of decimal places (only affects CPU and GPU milliseconds panels). Default 2 |
samplesGraph? | number | Number of recent samples used to define the min/max range in the graph drawing. Default 10. |
samplesLog? | number | Number of recent samples gathered to compute the average and range values on the panel. Default 100. |