| |||||||||||||||
|
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. TimerStart
Use subprocedure timerStart to start computing the elapsed time.Example:
1. TimerElapsed
Use subprocedure timerElapsed to receive the number of seconds elapsed since the
last timerStart.Example:
|