Next: transform, Previous: stereowin, Up: GCL Reference
(time-interests deltatime initial prefix [suffix])
deltatime
seconds of real time, should be preceded by
the string prefix
and followed by suffix
; the first message
is preceded by initial
. All three are printf format strings,
whose argument is the current clock time (in seconds) on that stream.
A deltatime
of zero timestamps every message. Typical usage:(set-clock %g)
(sleep-until %g)
) or(set-clock %g)
"(sleep-until %g) (progn (set-clock %g)" ")") or