Important: The information in this document is obsolete and should not be used for new development.
Microseconds
You can use theMicroseconds
procedure 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
TheMicroseconds
procedure returns, in themicrosecondCount
parameter, the number of microseconds that has elapsed since system startup time.SEE ALSO
For information about the return type for this procedure--theUnsignedWide
record-- see page 4-32. For an example of how to use theMicroseconds
procedure, see
Listing 4-11 on page 4-21.