Public Member Functions | Private Member Functions | Private Attributes
Timer Class Reference

#include <timer.h>

List of all members.

Public Member Functions

void plot ()
void reset ()
void start (std::string title)
void stop ()
 Timer ()
 ~Timer ()

Private Member Functions

float getTimeDifferenceMilliseconds (timeval a, timeval b)
void push_back_time ()

Private Attributes

std::vector< std::string > desc
std::vector< timeval > time

Detailed Description

Definition at line 35 of file timer.h.


Constructor & Destructor Documentation

Timer::Timer ( ) [inline]

Definition at line 39 of file timer.h.

Timer::~Timer ( ) [inline]

Definition at line 41 of file timer.h.


Member Function Documentation

float Timer::getTimeDifferenceMilliseconds ( timeval  a,
timeval  b 
) [inline, private]

Definition at line 87 of file timer.h.

void Timer::plot ( ) [inline]

Definition at line 53 of file timer.h.

void Timer::push_back_time ( ) [inline, private]

Definition at line 81 of file timer.h.

void Timer::reset ( ) [inline]

Definition at line 72 of file timer.h.

void Timer::start ( std::string  title) [inline]

Definition at line 43 of file timer.h.

void Timer::stop ( ) [inline]

Definition at line 48 of file timer.h.


Member Data Documentation

std::vector<std::string> Timer::desc [private]

Definition at line 78 of file timer.h.

std::vector<timeval> Timer::time [private]

Definition at line 79 of file timer.h.


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


libviso2
Author(s): Andreas Geiger, Stephan Wirth
autogenerated on Mon Oct 6 2014 08:40:54