MultiAgentDecisionProcess
Release 0.2.1
|
Stores the start and end of a timespan, in clock cycles. More...
Public Attributes | |
clock_t | end |
bool | hasEnded |
clock_t | start |
clock_t Timing::Times::end |
Definition at line 50 of file Timing.h.
Referenced by Timing::Load(), and Timing::Start().
bool Timing::Times::hasEnded |
Definition at line 51 of file Timing.h.
Referenced by Timing::Start().
clock_t Timing::Times::start |
Definition at line 50 of file Timing.h.
Referenced by Timing::Load(), and Timing::Start().