CLOCK - get processor time used by Pascal program.

Usage:

function clock : integer; extern;
...
i := clock;

Description:

CLOCK returns the processor time used by the currently running program (including time used by any commands that it has called), as an integer value. The time is in 1/64 ms.

Copyright © 1996, Thinkage Ltd.