performance#

Performance tab — timing scatter, stage breakdown, memory analysis.

Functions#

performance_tab(→ panel.Column)

Build the Performance tab layout with auto-refresh support.

Module Contents#

physicsnemo_curator.dashboard.views.performance.performance_tab(
store: physicsnemo_curator.dashboard.data.DashboardStore,
) panel.Column#

Build the Performance tab layout with auto-refresh support.

The tab content rebuilds each time store.refresh is triggered, re-querying the database for fresh metrics.

Parameters:

store (DashboardStore) – The dashboard data store.

Returns:

Reactive scrollable column layout that updates on refresh.

Return type:

pn.Column