?TI

Syntax

── ? ─┬──────────────┬─ TI ────────────────────────────────────────────%
      └─<mix number>─┘

Explanation

The ?TI command displays the process time, elapsed time, and I/O time expended by the referenced task. The time and number of operations allocating initial off-stack items (such as arrays and strings) are also included. If a <mix number> is not specified, the currently running program is assumed.

This information can also be seen with the ?STATUS command.

Example

?TI
TIMES FOR 4853
      PROCESS     =0:00:01
      IO          =0:00:02
      READYQ      =0:00:01
      INITPBIT    =0:00:00 170 OPERATIONS
      OTHERBIT    =0:00:01
      ELAPSED     =0:00:01