Skip to main content
VS Code Extension

Graph Stats Panel

The Graph Stats panel shows live metrics for the currently indexed graph. Open it with Travsr: Graph Stats from the command palette, or click the status bar item.

Travsr Graph Stats panel

Metrics

CardDescription
NodesTotal number of symbol nodes in the graph (classes, functions, methods, imports)
EdgesTotal number of edges (call edges, dependency edges, type references)
SchemaGraph database schema version. If this is behind the binary's expected version, run travsr migrate
DB sizeSize of the .travsr/graph.db SQLite file on disk
Last indexedTime since the most recent index run (incremental or full)

Refresh

Click Refresh to re-read the metrics from the daemon without reindexing.

Status bar shortcut

The status bar item shows a compact summary:

Travsr · fresh · 18.4k nodes

Clicking it opens this panel.