![]() ![]() |
Reference Type: Supported, Category: Operating System Interface, ICR#: 6157
The $$ETIMEMS^XLFSHAN extrinsic function calculates the elapsed time in milliseconds. It is intended to be used with $$CPUTIME^XLFSHAN API to evaluate the performance of a process.
NOTE: This API was released with Kernel Patch XU*8.0*657.
$$ETIMEMS^XLFSHAN(start,end)
start: |
(required) The starting CPU time; set by calling the $$CPUTIME^XLFSHAN API. |
end: | (required) The ending CPU time; set by calling the $$CPUTIME^XLFSHAN API. |
returns: |
The value returned is elapsed time measured as milliseconds of CPU time. |