![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <timer.h>
Public Member Functions | |
| StartStopTimer () | |
| void | start () |
| double | stop () |
| void | reset () |
Public Attributes | |
| double | value |
A start-stop timer class.
Can be used to time portions of code.
|
inline |
|
inline |
Resets the timer value to 0.
Definition at line 86 of file timer.h.
References value.
Referenced by StartStopTimer().
|
inline |
Starts the timer.
Definition at line 67 of file timer.h.
Referenced by flann::search_with_ground_truth().
|
inline |
Stops the timer and updates timer value.
Definition at line 75 of file timer.h.
References value.
Referenced by flann::search_with_ground_truth().
| double flann::StartStopTimer::value |
Value of the timer.
Definition at line 53 of file timer.h.
Referenced by reset(), flann::search_with_ground_truth(), and stop().