O2Timing
Module for timing of procedure execution.
Reference files the misc folder for usage examples.
Procedures
StartTimer
PROCEDURE StartTimer*;
Elapsed
Elapsed time
PROCEDURE Elapsed* (): SIGNED64;
Timing
Run testproc and report statistics
PROCEDURE Timing* (name- : ARRAY OF CHAR; testproc : PROCEDURE; loops : LONGINT; outer : LONGINT);