|
Givaro 4.2.1
|
OMP timer. More...
#include <givomptimer.h>
Public Member Functions | |
| void | start () |
| void | stop () |
| void | clear () |
| double | realtime () |
| double | usertime () |
| double | time () const |
| OMPTimer & | operator= (const OMPTimer &t) |
| OMPTimer & | operator+= (const OMPTimer &t) |
| OMPTimer & | operator-= (const OMPTimer &t) |
| OMPTimer | operator+ (const OMPTimer &t) const |
| OMPTimer | operator- (const OMPTimer &t) const |
| OMPTimer | operator- () |
Data Fields | |
| double | _c |
Friends | |
| std::ostream & | operator<< (std::ostream &o, const OMPTimer &t) |
OMP timer.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
| double _c |