Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
StatisticProgressEvent Struct Reference

#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
 

Detailed Description

Snapshot shared with non-terminal frontends (Python/Dash, notebooks, etc.).

Definition at line 16 of file StatisticProgress.h.

Member Data Documentation

◆ attempts

std::size_t StatisticProgressEvent::attempts = 0

Definition at line 21 of file StatisticProgress.h.

◆ completed

std::size_t StatisticProgressEvent::completed = 0

Definition at line 19 of file StatisticProgress.h.

◆ elapsed_seconds

double StatisticProgressEvent::elapsed_seconds = 0.0

Definition at line 24 of file StatisticProgress.h.

◆ eta_seconds

double StatisticProgressEvent::eta_seconds = -1.0

Definition at line 25 of file StatisticProgress.h.

◆ failures

std::size_t StatisticProgressEvent::failures = 0

Definition at line 22 of file StatisticProgress.h.

◆ finished

bool StatisticProgressEvent::finished = false

Definition at line 26 of file StatisticProgress.h.

◆ fraction

double StatisticProgressEvent::fraction = 0.0

Definition at line 23 of file StatisticProgress.h.

◆ message

std::string StatisticProgressEvent::message

Definition at line 18 of file StatisticProgress.h.

◆ phase

std::string StatisticProgressEvent::phase = "idle"

Definition at line 17 of file StatisticProgress.h.

◆ sequence

std::uint64_t StatisticProgressEvent::sequence = 0

Definition at line 27 of file StatisticProgress.h.

◆ total

std::size_t StatisticProgressEvent::total = 0

Definition at line 20 of file StatisticProgress.h.


The documentation for this struct was generated from the following file: