time-thunk

Name

time-thunk -- Measure the wall-clock execution time of a function.

Type: function

Synopsis

time-thunk( thunk, elapsed);

Arguments

thunk

An instance of <function>

Return Values

elapsed

An instance of <interval>

Description

this function uses time, the elapsed interval is in wall clock time, not process time.