![]() |
ATLAS Offline Software
|
#include <time.h>#include <sys/time.h>Go to the source code of this file.
Macros | |
| #define | GTT_TIMER_START 0 |
| #define | GTT_TIMER_STOP 1 |
| #define | GTT_TIMER_SINCE -1 |
Functions | |
| double | gtttimer (int) |
| void | gtttimer_initkey (void) |
| struct timeval | gtttimer_start (void) |
| significantly (0.02ms) faster and simpler timer start/stop functions | |
| double | gtttimer_stop (struct timeval) |
| #define GTT_TIMER_SINCE -1 |
Definition at line 31 of file RegSelTimer.h.
| #define GTT_TIMER_START 0 |
Definition at line 29 of file RegSelTimer.h.
| #define GTT_TIMER_STOP 1 |
Definition at line 30 of file RegSelTimer.h.
| double gtttimer | ( | int | ) |
| void gtttimer_initkey | ( | void | ) |
| struct timeval gtttimer_start | ( | void | ) |
significantly (0.02ms) faster and simpler timer start/stop functions
Definition at line 118 of file RegSelTimer.cxx.
| double gtttimer_stop | ( | struct timeval | start_time | ) |
Definition at line 128 of file RegSelTimer.cxx.