Point Cloud Library (PCL)  1.7.0
Public Member Functions | Protected Attributes
pcl::StopWatch Class Reference

Simple stopwatch. More...

#include <pcl/common/time.h>

+ Inheritance diagram for pcl::StopWatch:

List of all members.

Public Member Functions

 StopWatch ()
 Constructor.
virtual ~StopWatch ()
 Destructor.
double getTime ()
 Retrieve the time in milliseconds spent since the last call to reset().
double getTimeSeconds ()
 Retrieve the time in seconds spent since the last call to reset().
void reset ()
 Reset the stopwatch to 0.

Protected Attributes

boost::posix_time::ptime start_time_

Detailed Description

Simple stopwatch.

Definition at line 62 of file time.h.


Constructor & Destructor Documentation

Constructor.

Definition at line 66 of file time.h.

virtual pcl::StopWatch::~StopWatch ( ) [inline, virtual]

Destructor.

Definition at line 71 of file time.h.


Member Function Documentation

double pcl::StopWatch::getTime ( ) [inline]

Retrieve the time in milliseconds spent since the last call to reset().

Definition at line 75 of file time.h.

References start_time_.

Referenced by getTimeSeconds(), and pcl::ScopeTime::~ScopeTime().

double pcl::StopWatch::getTimeSeconds ( ) [inline]

Retrieve the time in seconds spent since the last call to reset().

Definition at line 83 of file time.h.

References getTime().

void pcl::StopWatch::reset ( ) [inline]

Reset the stopwatch to 0.

Definition at line 90 of file time.h.

References start_time_.


Member Data Documentation

boost::posix_time::ptime pcl::StopWatch::start_time_ [protected]

Definition at line 96 of file time.h.

Referenced by getTime(), reset(), and pcl::ScopeTime::ScopeTime().


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