OpenCV  3.0.0
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
cvflann::StartStopTimer Class Reference

#include "timer.h"

Public Member Functions

 StartStopTimer ()
 
void reset ()
 
void start ()
 
void stop ()
 

Public Attributes

double value
 

Detailed Description

A start-stop timer class.

Can be used to time portions of code.

Constructor & Destructor Documentation

cvflann::StartStopTimer::StartStopTimer ( )
inline

Constructor.

Member Function Documentation

void cvflann::StartStopTimer::reset ( )
inline

Resets the timer value to 0.

void cvflann::StartStopTimer::start ( )
inline

Starts the timer.

void cvflann::StartStopTimer::stop ( )
inline

Stops the timer and updates timer value.

Member Data Documentation

double cvflann::StartStopTimer::value

Value of the timer.


The documentation for this class was generated from the following file: