Important: The information in this document is obsolete and should not be used for new development.
Microseconds
You can use theMicrosecondsprocedure to determine the number of microseconds that have elapsed since system startup time.
PROCEDURE Microseconds (VAR microTickCount: UnsignedWide);
microsecondCount- The number of microseconds elapsed since system startup.
DESCRIPTION
TheMicrosecondsprocedure returns, in themicrosecondCountparameter, the number of microseconds that has elapsed since system startup time.SEE ALSO
For information about the return type for this procedure--theUnsignedWiderecord-- see page 4-32. For an example of how to use theMicrosecondsprocedure, see
Listing 4-11 on page 4-21.