PowerSummary Struct
Aggregated power monitor result. More...
Declaration
struct simaai::neat::PowerSummary { ... }
Included Headers
#include <PowerTelemetry.h>
Public Member Attributes Index
| bool | enabled = false |
|
True when the monitor was configured to sample. More... | |
| std::uint64_t | samples = 0 |
|
Snapshot samples collected. More... | |
| double | duration_seconds = 0.0 |
|
Wall-clock monitor duration. More... | |
| double | total_avg_watts = 0.0 |
|
Average total SOM rail power. More... | |
| double | total_min_watts = 0.0 |
|
Minimum total SOM rail power. More... | |
| double | total_max_watts = 0.0 |
|
Maximum total SOM rail power. More... | |
| double | energy_joules = 0.0 |
|
Estimated energy: avg watts * duration seconds. More... | |
| std::vector< PowerRailSummary > | rails |
|
Per-rail summaries. More... | |