chickadee » srfi-216 » runtime

runtimeprocedure

Returns an integer that specifies the amount of time the process has been running (measured in microseconds). See Section 1.2.6 of the SICP, Subsection "Probabilistic Methods", Exercise 1.22.

Example:

(import (srfi 216))
(display (runtime))
;; prints 1604464095599.357