* startTimer: call where you want to start timing */
| 406 | * startTimer: call where you want to start timing |
| 407 | */ |
| 408 | static void |
| 409 | startTimer(void) |
| 410 | { |
| 411 | gettimeofday(&begin, NULL); |
| 412 | } |
| 413 | |
| 414 | /* |
| 415 | * endTimer: call where you want to stop timing and to print out a |
no test coverage detected