#include <opencv2/flann/timer.h>
A start-stop timer class.
Can be used to time portions of code.
§ StartStopTimer()
cvflann::StartStopTimer::StartStopTimer |
( |
| ) |
|
|
inline |
§ reset()
void cvflann::StartStopTimer::reset |
( |
| ) |
|
|
inline |
Resets the timer value to 0.
§ start()
void cvflann::StartStopTimer::start |
( |
| ) |
|
|
inline |
§ stop()
void cvflann::StartStopTimer::stop |
( |
| ) |
|
|
inline |
Stops the timer and updates timer value.
§ value
double cvflann::StartStopTimer::value |
The documentation for this class was generated from the following file: