pxar
 All Classes Namespaces Functions Variables Typedefs Friends
Public Member Functions | Friends | List of all members
pxar::timer Class Reference

Public Member Functions

 timer ()
 
uint64_t get ()
 

Friends

std::ostream & operator<< (std::ostream &out, timer &t)
 
std::ostream & operator<< (std::ostream &out, timer *t)
 

Detailed Description

Definition at line 17 of file timer.h.

Constructor & Destructor Documentation

pxar::timer::timer ( )
inline

Default timer constructor, storing the start time

Definition at line 21 of file timer.h.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  out,
timer t 
)
friend

Overloaded ostream operator to give the current elapsed time.

Definition at line 70 of file timer.h.

std::ostream& operator<< ( std::ostream &  out,
timer t 
)
friend

Overloaded ostream operator to give the current elapsed time.

Definition at line 76 of file timer.h.


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