| 283 | |
| 284 | |
| 285 | void dTimerStart (const char *description) |
| 286 | { |
| 287 | initSlots(); |
| 288 | event[0].description = description; |
| 289 | num = 1; |
| 290 | serialize(); |
| 291 | getClockCount (event[0].cc); |
| 292 | } |
| 293 | |
| 294 | |
| 295 | void dTimerNow (const char *description) |
no test coverage detected