ATLAS Offline Software
|
Go to the source code of this file.
Classes | |
struct | __gtttimer |
Macros | |
#define | _timersub Timersub |
Functions | |
int | Timersub (struct timeval *, struct timeval *, struct timeval *) |
void | __free_timer (void *t) |
destructor More... | |
void | __gtt_gettime (struct timeval *t) |
initialiser More... | |
struct timeval | gtttimer_start (void) |
significantly (0.02ms) faster and simpler timer start/stop functions More... | |
double | gttd (struct timeval time) |
double | gtttimer_stop (struct timeval start_time) |
#define _timersub Timersub |
Definition at line 41 of file RegSelTimer.cxx.
void __free_timer | ( | void * | t | ) |
void __gtt_gettime | ( | struct timeval * | t | ) |
initialiser
initialise the gtttimer thread specific key get the time, (probably needlessly) mutex protected call to gettimeofday
Definition at line 70 of file RegSelTimer.cxx.
double gttd | ( | struct timeval | time | ) |
Definition at line 126 of file RegSelTimer.cxx.
struct timeval gtttimer_start | ( | void | ) |
significantly (0.02ms) faster and simpler timer start/stop functions
Definition at line 70 of file RegSelTimer.cxx.
double gtttimer_stop | ( | struct timeval | start_time | ) |
Definition at line 128 of file RegSelTimer.cxx.
int Timersub | ( | struct timeval * | stop_time, |
struct timeval * | start_time, | ||
struct timeval * | diff_time | ||
) |
Definition at line 147 of file RegSelTimer.cxx.