Usage
import from Timer
Description
Timer is a type whose elements are stopwatch timers, which can be used to time precisely various sections of code, including garbage collection. The precision can be up to 1 millisecond but depends on the operating system. The times returned are CPU times (user + gc) used by the process that created the timer.
Exports
gc: % MachineInteger read a timer read: % MachineInteger read a timer reset!: % % reset a timer to 0 start!: % MachineInteger start or restart a timer stop!: % MachineInteger stop a timer timer: () % create a new timer