cvflann::StartStopTimer Class Reference
#include <timer.h>
List of all members.
Detailed Description
A start-stop timer class.
Can be used to time portions of code.
Definition at line 45 of file timer.h.
Constructor & Destructor Documentation
cvflann::StartStopTimer::StartStopTimer |
( |
|
) |
[inline] |
Constructor.
Definition at line 59 of file timer.h.
Member Function Documentation
void cvflann::StartStopTimer::reset |
( |
|
) |
[inline] |
Resets the timer value to 0.
Definition at line 82 of file timer.h.
void cvflann::StartStopTimer::start |
( |
|
) |
[inline] |
Starts the timer.
Definition at line 67 of file timer.h.
void cvflann::StartStopTimer::stop |
( |
|
) |
[inline] |
Stops the timer and updates timer value.
Definition at line 74 of file timer.h.
Member Data Documentation
Value of the timer.
Definition at line 53 of file timer.h.
The documentation for this class was generated from the following file: