Constructor
new DebugPanel()
Provides an on-screen debugging panel for monitoring real-time application performance,
GPU capabilities, and rendering diagnostics related to WebGL fractal rendering.
- Copyright:
- Synaptory Fractal Traveler, 2025-2026
- License:
- MIT
- Source:
Classes
Members
toggle
Toggle the visibility of the debug panel.
- Source:
Methods
_renderAdaptiveQuality() → {string}
Renders adaptive quality status for the debug panel.
- Source:
Returns:
HTML string for adaptive quality info
- Type
- string
_renderGpuTime(gpuSmooth) → {string}
Renders GPU time with staleness indicator.
Parameters:
| Name | Type | Description |
|---|---|---|
gpuSmooth |
number | Smoothed GPU time in ms |
- Source:
Returns:
HTML string for GPU time
- Type
- string