The TimingInformation Class. More...
#include <OSResult.h>
Public Member Functions | |
TimingInformation () | |
Default constructor. More... | |
~TimingInformation () | |
Class destructor. More... | |
bool | IsEqual (TimingInformation *that) |
A function to check for the equality of two objects. More... | |
bool | setRandom (double density, bool conformant) |
A function to make a random instance of this class. More... | |
TimingInformation () | |
Default constructor. More... | |
~TimingInformation () | |
Class destructor. More... | |
Public Attributes | |
int | numberOfTimes |
The number of elements in the time array. More... | |
TimeMeasurement ** | time |
An array of time measurements. More... | |
Time ** | time |
An array of time measurements. More... | |
The TimingInformation Class.
Definition at line 604 of file OSResult.h.
TimingInformation::TimingInformation | ( | ) |
Default constructor.
Definition at line 275 of file OSResult.cpp.
TimingInformation::~TimingInformation | ( | ) |
Class destructor.
Definition at line 285 of file OSResult.cpp.
TimingInformation::TimingInformation | ( | ) |
Default constructor.
TimingInformation::~TimingInformation | ( | ) |
Class destructor.
bool TimingInformation::IsEqual | ( | TimingInformation * | that | ) |
A function to check for the equality of two objects.
Definition at line 8005 of file OSResult.cpp.
bool TimingInformation::setRandom | ( | double | density, |
bool | conformant | ||
) |
A function to make a random instance of this class.
density,: | corresponds to the probability that a particular child element is created |
conformant,: | if true enforces side constraints not enforceable in the schema (e.g., agreement of "numberOfXXX" attributes and <XXX> children) |
Definition at line 9976 of file OSResult.cpp.
int TimingInformation::numberOfTimes |
The number of elements in the time array.
Definition at line 612 of file OSResult.h.
TimeMeasurement** TimingInformation::time |
An array of time measurements.
Definition at line 618 of file OSResult.h.
Time** TimingInformation::time |
An array of time measurements.
Definition at line 285 of file OSResult.h.