Previous: 4.80.1.8. LZTimerLap function To the Table of Contents Next: 4.80.1.10. LZTiemerOn procedure
4.80.1.8. LZTimerLap function Table of Contents 4.80.1.10. LZTiemerOn procedure

- 4.80.1.9. -
Table of Contents
4. Standard Units
4.80. ZenTimer - Full-featured ZTimer Library
4.80.1. ZenTimer Unit Procedures and Functions
4.80.1.9. LZTiemerOff procedure


4.80.1.9. LZTiemerOff procedure

Targets: MS-DOS, OS/2, Win32


ZenTimer Unit

Stops the Long Period Zen Timer counting.

Declaration:
procedure LZTimerOff;
Remarks:
Stops the Long Period Zen Timer counting and latches the count. Once you have stopped the timer you can read the count with LZTimerCount. If you need highly accurate timing, you should use the on and off functions rather than the lap function since the lap function does not subtract the overhead of the function calls from the timed count.


Previous: 4.80.1.8. LZTimerLap function To the Table of Contents Next: 4.80.1.10. LZTiemerOn procedure
4.80.1.8. LZTimerLap function Table of Contents 4.80.1.10. LZTiemerOn procedure

- 4.80.1.9. -