#include <mrpt/utils/CTicTac.h>
Public Member Functions | |
| CTicTac () | |
| Default constructor. | |
| virtual | ~CTicTac () |
| Destructor. | |
| CTicTac (const CTicTac &o) | |
| CTicTac & | operator= (const CTicTac &o) |
| void | Tic () |
| Starts the stopwatch. | |
| double | Tac () |
| Stops the stopwatch. | |
Private Attributes | |
| uint8_t | largeInts [250] |
Typical resolution is about 1e-6 seconds.
Definition at line 40 of file CTicTac.h.
| mrpt::utils::CTicTac::CTicTac | ( | ) |
Default constructor.
| virtual mrpt::utils::CTicTac::~CTicTac | ( | ) | [virtual] |
Destructor.
| mrpt::utils::CTicTac::CTicTac | ( | const CTicTac & | o | ) | [inline] |
| double mrpt::utils::CTicTac::Tac | ( | ) |
| void mrpt::utils::CTicTac::Tic | ( | ) |
uint8_t mrpt::utils::CTicTac::largeInts[250] [private] |
| Page generated by Doxygen 1.5.8 for MRPT 0.6.5 SVN: at Thu Feb 26 02:07:47 EST 2009 |