Function Print-Time-Interval

Part of:

package metabang.utilities
( print-time-interval < seconds > &optional < stream > < print-seconds? > )
Prints the time elapsed by `seconds.' For example, 125 prints ``2 minutes, 5
seconds'' If `print-seconds?' is true, the residual seconds are reported,
otherwise the result is rounded to the nearest minute.