Performance Monitor

class gpype.frontend.widgets.performance_monitor.PerformanceMonitor[source]

Bases: Widget

Visualization widget for real-time pipeline performance monitoring.

Displays pipeline state, condition, and per-node load statistics in a tabular format with automatic updates.

__init__(pipeline)[source]

Initialize the PerformanceMonitor widget.

Parameters:

pipeline (Pipeline) – The pipeline object to monitor for performance metrics and state information.