Skip to main content

Module devtools

Module devtools 

Source
Expand description

DevTools Dashboard Module

Provides an in-process developer tools dashboard for inspecting and debugging CVKG applications at runtime. Includes panels for graph visualization, node inspection, performance metrics, log viewing, and theme editing.

Structs§

DevToolsDashboard
The DevTools dashboard managing panels and rendering widgets.
LogEntry
A single log entry in the DevTools log view.
Panel
A single panel in the DevTools dashboard.
PerfMetrics
Performance metrics captured from the running application.

Enums§

DevToolWidget
Widget primitives rendered by the DevTools dashboard.
LogLevel
Severity level for a log entry.
PanelContent
The content type rendered inside a dashboard panel.

Functions§

capture_metrics
Capture current performance metrics from the CVKG core.
current_timestamp
Create a timestamp string suitable for LogEntry::timestamp.
format_log_entry
Format a LogEntry into a human-readable string.