JCL Help:StopCount
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: StopCount Function
Search in JCL Help
Search in all projects
Summary
Stops a high performance resolution counter.
Pascal
function StopCount(var Counter: TJclCounter): Float;
Parameters
Parameters | Description |
var Counter: TJclCounter | An instance of a TJclCounter object, usually the one returned by StartCount. This object is freed before the function returns. |
Return Value
The elapsed time since the counter was started, in seconds.
Description
StopCount stops a high performance resolution counter identified by the Counter parameter. Although you can use this function with a counter you manually instantiated, it's intended to be used in conjunction with StartCount.
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