#include <OSResult.h>
Inheritance diagram for TimeMeasurement:


Public Member Functions | |
| TimeMeasurement () | |
| Default constructor. | |
| ~TimeMeasurement () | |
| Class destructor. | |
| bool | IsEqual (TimeMeasurement *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. | |
Public Attributes | |
| std::string | type |
| The type of timer used (cpuTime/elapsedTime/other). | |
| std::string | category |
| The category of time (total/input/preprocessing/optimization/postprocessing/output/other). | |
| std::string | description |
| Further description on the timer used. | |
Definition at line 537 of file OSResult.h.
| TimeMeasurement::TimeMeasurement | ( | ) |
| TimeMeasurement::~TimeMeasurement | ( | ) |
| bool TimeMeasurement::IsEqual | ( | TimeMeasurement * | that | ) |
| bool TimeMeasurement::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) |
Reimplemented from TimeSpan.
Definition at line 7602 of file OSResult.cpp.
References OSRand().
Referenced by TimingInformation::setRandom().
| std::string TimeMeasurement::type |
The type of timer used (cpuTime/elapsedTime/other).
Definition at line 543 of file OSResult.h.
Referenced by OSResult::addTimingInformation(), OSResult::setTimingInformation(), and OSrLWriter::writeOSrL().
| std::string TimeMeasurement::category |
The category of time (total/input/preprocessing/optimization/postprocessing/output/other).
Definition at line 548 of file OSResult.h.
Referenced by OSResult::addTimingInformation(), OSResult::setTimingInformation(), and OSrLWriter::writeOSrL().
| std::string TimeMeasurement::description |
Further description on the timer used.
Definition at line 553 of file OSResult.h.
Referenced by OSResult::addTimingInformation(), OSResult::setTimingInformation(), and OSrLWriter::writeOSrL().
1.4.7