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§
- DevTools
Dashboard - 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.
- Perf
Metrics - Performance metrics captured from the running application.
Enums§
- DevTool
Widget - Widget primitives rendered by the DevTools dashboard.
- LogLevel
- Severity level for a log entry.
- Panel
Content - 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
LogEntryinto a human-readable string.