performance#

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

Functions#

performance_tab(→ panel.Column)

Build the Performance tab layout.

Module Contents#

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

Build the Performance tab layout.

Parameters:

store (DashboardStore) – The dashboard data store.

Returns:

Complete performance tab content.

Return type:

pn.Column