| 134 | } |
| 135 | |
| 136 | void initRTimer() |
| 137 | { |
| 138 | #ifdef HAVE_GETTIMEOFDAY |
| 139 | gettimeofday(&startRl, &tzp); |
| 140 | gettimeofday(&siStartRTime, &tzp); |
| 141 | #else |
| 142 | memset(&startRl,0,sizeof(startRl)); |
| 143 | memset(&siStartRTime,0,sizeof(siStartRTime)); |
| 144 | #endif |
| 145 | } |
| 146 | |
| 147 | /*2 |
| 148 | * returns the time since a fixed point in resolutions |
no test coverage detected