#include <OSResult.h>
Collaboration diagram for TimingInformation:
Public Member Functions | |
TimingInformation () | |
Default constructor. | |
~TimingInformation () | |
Class destructor. | |
bool | IsEqual (TimingInformation *that) |
A function to check for the equality of two objects. | |
bool | setRandom (double density, bool conformant) |
A function to make a random instance of this class. | |
TimingInformation () | |
Default constructor. | |
~TimingInformation () | |
Class destructor. | |
Public Attributes | |
int | numberOfTimes |
The number of elements in the time array. | |
TimeMeasurement ** | time |
An array of time measurements. | |
Time ** | time |
An array of time measurements. |
Definition at line 604 of file OSResult.h.
TimingInformation::TimingInformation | ( | ) |
TimingInformation::~TimingInformation | ( | ) |
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 6352 of file OSResult.cpp.
References numberOfTimes, and time.
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" atrbutes and <XXX> children) |
Definition at line 8200 of file OSResult.cpp.
References n, numberOfTimes, OSRand(), TimeMeasurement::setRandom(), and time.
Referenced by JobResult::setRandom().
The number of elements in the time array.
Definition at line 612 of file OSResult.h.
Referenced by OSResult::addTimingInformation(), OSResult::getNumberOfTimes(), OSResult::getTimeNumber(), OSResult::getTimeValue(), OSResult::getTimingInfoCategory(), OSResult::getTimingInfoDescription(), OSResult::getTimingInfoType(), OSResult::getTimingInfoUnit(), OSResult::getTimingInfoValue(), IsEqual(), OSResult::setNumberOfTimes(), setRandom(), OSResult::setTimeNumber(), OSResult::setTimingInformation(), OSrLWriter::writeOSrL(), and ~TimingInformation().
An array of time measurements.
Definition at line 618 of file OSResult.h.
Referenced by OSResult::addTimingInformation(), OSResult::getTimeValue(), OSResult::getTimingInfoCategory(), OSResult::getTimingInfoDescription(), OSResult::getTimingInfoType(), OSResult::getTimingInfoUnit(), OSResult::getTimingInfoValue(), IsEqual(), OSResult::setNumberOfTimes(), setRandom(), OSResult::setTimingInformation(), OSrLWriter::writeOSrL(), and ~TimingInformation().