My Project
Public Member Functions | List of all members
Timer Class Reference

Timer for measuring execution time. More...

#include <Timer.h>

Public Member Functions

 Timer ()
 Constructor.
 
 ~Timer ()
 Destructor.
 
void start ()
 Starts the timer.
 
double stop ()
 Stops the timer and returns the elapsed time in seconds.
 

Detailed Description

Timer for measuring execution time.

Timer class for measuring execution time.

Definition at line 44 of file Timer.h.


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