Results from initialization and execution of a single run. More...
Public Member Functions | |
template<typename T > | |
void | Log (T label) const |
Log this result. More... | |
Static Public Member Functions | |
static Result | Bench (Bench::Result r) |
Construct from the individual run result. More... | |
Public Attributes | |
PhaseResult | init |
Initialization phase results. More... | |
PhaseResult | run |
Run (simulation) phase results. More... | |
Results from initialization and execution of a single run.
Definition at line 220 of file bench-scheduler.cc.
|
static |
Construct from the individual run result.
[in] | r | The result from a single run. |
Definition at line 249 of file bench-scheduler.cc.
References Bench::Result::events, Bench::Result::init, Bench::Result::pop, and Bench::Result::simu.
void BenchSuite::Result::Log | ( | T | label | ) | const |
Log this result.
T | The type of the label. |
label | The label for the line. |
Definition at line 257 of file bench-scheduler.cc.
References g_fwidth, two-ray-to-three-gpp-ch-calibration::label, and LOG.
Referenced by BenchSuite::Log().
PhaseResult BenchSuite::Result::init |
Initialization phase results.
Definition at line 222 of file bench-scheduler.cc.
PhaseResult BenchSuite::Result::run |
Run (simulation) phase results.
Definition at line 223 of file bench-scheduler.cc.