JCL Help:TJclCounter
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclCounter Class
[+] JclCounter.pas Classes
Search in JCL Help
Search in all projectsClass Hierarchy
TJclCounter
Summary
Implements a high performance counter.
Pascal
public TJclCounter = class(TObject);
Description
TJclCounter is a class wrapper around the high performance counter API functions, QueryPerformanceCounter and QueryPerformanceFrequency. Using this class you can easily time the execution of code or other events. The high performance counter has a very high frequency thereby allowing for the timing of very short intervals. The hardware must support a high performance counter or the construction of a TJclCounter object will raise an exception.
See Also
About
Unit
Donator
Theo Bebekis
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page