#include <OSResult.h>

Public Member Functions | |
| Time () | |
| Default constructor. | |
| ~Time () | |
| Class destructor. | |
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 | unit |
| The unit of time (tick/millisecond/second/minute/hour/day/week/month/year). | |
| std::string | description |
| Further description on the timer used. | |
| double | value |
| The time measurement. | |
The Time Class.
Definition at line 221 of file OSResult.h.
| Time::Time | ( | ) |
Default constructor.
Definition at line 150 of file OSResult.cpp.
| Time::~Time | ( | ) |
Class destructor.
Definition at line 163 of file OSResult.cpp.
| std::string Time::type |
The type of timer used (cpuTime/elapsedTime/other).
Definition at line 228 of file OSResult.h.
| std::string Time::category |
The category of time (total/input/preprocessing/optimization/postprocessing/output/other).
Definition at line 234 of file OSResult.h.
| std::string Time::unit |
The unit of time (tick/millisecond/second/minute/hour/day/week/month/year).
Definition at line 240 of file OSResult.h.
| std::string Time::description |
Further description on the timer used.
Definition at line 246 of file OSResult.h.
| double Time::value |
The time measurement.
Definition at line 252 of file OSResult.h.
1.6.1