performance#
Performance tab — timing scatter, stage breakdown, memory analysis.
Functions#
|
Build the Performance tab layout with auto-refresh support. |
Module Contents#
- physicsnemo_curator.dashboard.views.performance.performance_tab( ) panel.Column#
Build the Performance tab layout with auto-refresh support.
The tab content rebuilds each time
store.refreshis 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