Next: , Previous: debugging assert, Up: Top


7 (debugging time)

7.1 Overview

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