A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
BenchSuite::PhaseResult Struct Reference

Statistics from a single phase, init or run. More...

+ Collaboration diagram for BenchSuite::PhaseResult:

Public Attributes

double period
 Phase period (s/event).
 
double rate
 Phase event rate (events/s).
 
double time
 Phase run time time (s).
 

Detailed Description

Statistics from a single phase, init or run.

Definition at line 212 of file bench-scheduler.cc.

Member Data Documentation

◆ period

double BenchSuite::PhaseResult::period

Phase period (s/event).

Definition at line 216 of file bench-scheduler.cc.

◆ rate

double BenchSuite::PhaseResult::rate

Phase event rate (events/s).

Definition at line 215 of file bench-scheduler.cc.

◆ time

double BenchSuite::PhaseResult::time

Phase run time time (s).

Definition at line 214 of file bench-scheduler.cc.


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