PURPOSE: The CPU TRACE option controls the displaying of CPU seconds used for the preceding ACCENT R execution, a cumulative processing total since CPU TRACE was enabled, and the duration of the current ACCENT R session. This command is valid in a CM, PM, SF and as a direct command.
{ENABLE; DISABLE} CPU TRACE [{IF; UNLESS} clause]
ENABLE |
activates the displaying of CPU seconds used for the preceding ACCENT R command execution (Elapsed), a cumulative processing total since CPU TRACE was enabled (Cumulative), and the duration of the current ACCENT R session (Session). |
DISABLE |
suppresses the displaying of CPU statistics. This is the default state. |
{IF; UNLESS} clause |
specifies certain criteria that must be met for the ENABLE or DISABLE command to take effect. |
*ENABLE CPU TRACE
Elapsed: 0.002, Cumulative: 0.002, Session: 0.711 CPU Seconds
*USE DBL BOOKS
Elapsed: 0.107, Cumulative: 0.109, Session: 0.818 CPU Seconds
*USE DBL BOOKS_DBM2
Elapsed: 0.137, Cumulative: 0.246, Session: 0.935 CPU Seconds