Skip to main content

Module tui

Module tui 

Source
Expand description

TUI Monitoring Mode for Stress Testing

Real-time terminal UI for monitoring stress test progress. Uses presentar/crossterm (via simular) for rendering.

§Feature Flag

Requires tui-monitor feature:

trueno-gpu = { version = "0.1", features = ["tui-monitor"] }

Structs§

TuiConfig
TUI configuration
TuiState
TUI state for rendering

Functions§

progress_bar
Simple ASCII progress bar
render_to_string
Render TUI state to string (for non-interactive output)