Defines a macro to time execution of a body of expressions. Each element is
timed individually.
7.2 Usage
— Special Form: time expr . others
syntax: (time expr1expr2...)
Times the execution of a list of expressions, in milliseconds. The resolution is
limited to guile's internal-time-units-per-second. Disregards the
expressions' return value(s) (FIXME).