| 293 | |
| 294 | |
| 295 | void dTimerNow (const char *description) |
| 296 | { |
| 297 | if (num < MAXNUM) { |
| 298 | // do not serialize |
| 299 | getClockCount (event[num].cc); |
| 300 | event[num].description = description; |
| 301 | num++; |
| 302 | } |
| 303 | } |
| 304 | |
| 305 | |
| 306 | void dTimerEnd() |
no test coverage detected