[LISPWORKS][Common Lisp HyperSpec (TM)] [Previous][Up][Next]


Function GET-INTERNAL-REAL-TIME

Syntax:

get-internal-real-time <no arguments> => internal-time

Arguments and Values:

internal-time---a non-negative integer.

Description:

get-internal-real-time returns as an integer the current time in internal time units, relative to an arbitrary time base. The difference between the values of two calls to this function is the amount of elapsed real time (i.e., clock time) between the two calls.

Examples: None.

Side Effects: None.

Affected By:

Time of day (i.e., the passage of time). The time base affects the result magnitude.

Exceptional Situations: None.

See Also:

internal-time-units-per-second

Notes: None.


[Starting Points][Contents][Index][Symbols][Glossary][Issues]
Copyright 1996-2005, LispWorks Ltd. All rights reserved.