
#include <TimerStatistic.h>
Public Types | |
| enum | Enum { FIRST = 0, WALL = 0, RUN, INTEGRATOR, FORCES, COMMUNICATION, IDLE, LAST } |
Static Public Member Functions | |
| void | setParallel (bool b) |
| bool | isParallel (void) |
Static Public Attributes | |
| Timer | timer [] |
Static Private Attributes | |
| bool | myIsParallel = false |
Friends | |
| Report::MyStreamer & | operator<< (Report::MyStreamer &os, const TimerStatistic &) |
TimerStatistic::timer[TimerStatistic::RUN].start();
TimerStatistic::timer[TimerStatistic::RUN].stop();
TimerStatistic::timer[TimerStatistic::RUN].reset();
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|