|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
#include <StatisticProgress.h>
Public Attributes | |
| std::string | phase = "idle" |
| std::string | message |
| std::size_t | completed = 0 |
| std::size_t | total = 0 |
| std::size_t | attempts = 0 |
| std::size_t | failures = 0 |
| double | fraction = 0.0 |
| double | elapsed_seconds = 0.0 |
| double | eta_seconds = -1.0 |
| bool | finished = false |
| std::uint64_t | sequence = 0 |
Snapshot shared with non-terminal frontends (Python/Dash, notebooks, etc.).
Definition at line 16 of file StatisticProgress.h.
| std::size_t StatisticProgressEvent::attempts = 0 |
Definition at line 21 of file StatisticProgress.h.
| std::size_t StatisticProgressEvent::completed = 0 |
Definition at line 19 of file StatisticProgress.h.
| double StatisticProgressEvent::elapsed_seconds = 0.0 |
Definition at line 24 of file StatisticProgress.h.
| double StatisticProgressEvent::eta_seconds = -1.0 |
Definition at line 25 of file StatisticProgress.h.
| std::size_t StatisticProgressEvent::failures = 0 |
Definition at line 22 of file StatisticProgress.h.
| bool StatisticProgressEvent::finished = false |
Definition at line 26 of file StatisticProgress.h.
| double StatisticProgressEvent::fraction = 0.0 |
Definition at line 23 of file StatisticProgress.h.
| std::string StatisticProgressEvent::message |
Definition at line 18 of file StatisticProgress.h.
| std::string StatisticProgressEvent::phase = "idle" |
Definition at line 17 of file StatisticProgress.h.
| std::uint64_t StatisticProgressEvent::sequence = 0 |
Definition at line 27 of file StatisticProgress.h.
| std::size_t StatisticProgressEvent::total = 0 |
Definition at line 20 of file StatisticProgress.h.