|
FflasFfpack
|
#include <timer.h>
Inheritance diagram for SysTimer:Public Types | |
| enum | { MSPSEC = 1000000 } |
Public Member Functions | |
| SysTimer (const BaseTimer &BT) | |
| SysTimer () | |
| void | start () |
| void | stop () |
| void | clear () |
| double | time () const |
| std::ostream & | print (std::ostream &) const |
| const BaseTimer | operator- (const BaseTimer &T) const |
| const BaseTimer | operator- () |
| const BaseTimer | operator+ (const BaseTimer &T) const |
| BaseTimer & | operator+= (const BaseTimer &T) |
| BaseTimer & | operator-= (const BaseTimer &T) |
Static Public Member Functions | |
| static long | seed () |
Data Fields | |
| double | _start_t |
| double | _t |
| SysTimer | ( | ) | [inline] |
| void start | ( | ) |
| void stop | ( | ) |
| void clear | ( | ) | [inline, inherited] |
| double time | ( | ) | const [inline, inherited] |
| long seed | ( | ) | [static, inherited] |
| std::ostream & print | ( | std::ostream & | o | ) | const [inherited] |
| const BaseTimer operator- | ( | ) | [inherited] |
double _start_t [inherited] |
double _t [inherited] |
1.8.0