Next: Interrupts, Previous: Storage, Up: The Language [Contents][Index]
Is the integer number of internal time units in a second.
Returns the integer run time in internal time units from an unspecified
starting time. The difference of two calls to
get-internal-run-time
divided by
internal-time-units-per-second
will give elapsed run time in
seconds.
Returns the integer time in internal time units from an unspecified
starting time. The difference of two calls to
get-internal-real-time
divided by
internal-time-units-per-second
will give elapsed real time in
seconds.
Returns the time since 00:00:00 GMT, January 1, 1970, measured in
seconds. See current-time in SLIB. current-time
is
used in Time and Date in SLIB.
Next: Interrupts, Previous: Storage, Up: The Language [Contents][Index]