|  | |||||||||||||||||
| 
 | |||||||||||||||||
| The following timing functions allow to compute the number of seconds
        elapsed since a given moment.
        They are generally used to compute the response time of a program. 1. TimerStartUse subprocedure timerStart to start computing the elapsed time. Example: 
 1. TimerElapsedUse subprocedure timerElapsed to receive the number of seconds elapsed since the
        last timerStart. Example: 
 |