![]() ![]() |
NOTE: The T1^%ZOSV API is obsolete.
Reference Type: Supported, Category: Operating System Interface, ICR#: 10097
The T1^%ZOSV API stops RT Measure. This API logs the elapsed time into the ^%ZRTL global (obsolete). The API should include a check for the existence of the XRT0 variable to confirm that the start time is available.
REF: For more information on RT measure, see the
Resource Usage Monitor (RUM) documentation, located on the VDL at the
following Web address:
http://www.va.gov/vdl/Infrastructure.asp?appID=130
T1^%ZOSV
XRTN: |
(required) Routine name.
>S XRTN=$T(+0) To log more than one stop point in the same routine, a number or other characters can be concatenated (e.g., XRTN_1) so that a separate entry is made in the ^%ZRTL global (obsolete), since the global is subscripted by routine name: >S:$D(XRT0) XRTN=$T(+0) D:$D(XRT0) T1^%ZOSV |
returns: |
Logs elapsed time into the ^%ZRTL global (obsolete). |