Kernel 8.0 APIs Banner
Office of Information and Technology (OIT) Banner
[skip navigation]

T1^%ZOSV: Stop RT Measure (Obsolete)

NOTE: The T1^%ZOSV API is obsolete.

Reference Type: Supported, Category: Operating System Interface, ICR#: 10097

Description

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

Format

  T1^%ZOSV

Input Variables

XRTN:

(required) Routine name.

The XRTN variable is normally set to the name of the routine being monitored via the command:

  >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

Output

returns:

Logs elapsed time into the ^%ZRTL global (obsolete).