Guile Library

(debugging time)

Overview

Defines a macro to time execution of a body of expressions. Each element is timed individually.

Usage

time
[Special Form]

syntax: (time expr1 expr2...)

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).