Class: DebugPanel

DebugPanel()

Debug Panel

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.
Author:
  • Radim Brnka
License:
  • MIT
Source:

Classes

DebugPanel

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