The @itwin/frontend-devtools package provides tools and widgets for diagnosing issues in the iTwin.js front-end display system.
Available Widgets
KeyinField: Executes tools by typing their key-in string (supports autocompletion).FpsTracker: Displays average frames-per-second.TileStatisticsTracker: Displays the state of tile requests.MemoryTracker: Displays GPU memory allocation statistics.TileMemoryBreakdown: Breaks down GPU memory used by tiles relative to the displayed set.GpuProfiler: Displays GPU timing queries and supports recording for chrome://tracing.DiagnosticsPanel: A single panel that combines all the above widgets.
Tools
The package includes a collection of immediate-mode and interactive-mode tools. All tool key-in strings are prefixed with fdt (e.g., fdt <command>).