JanetDocsPlaygroundI'm feeling luckyGitHub sign in

os/clock



    cfunction
    src/core/os.c on line 1238, column 1

    (os/clock)

    Return the number of whole + fractional seconds since some fixed 
    point in time. The clock is guaranteed to be non-decreasing in real 
    time.


2 examplesSign in to add an example
Loading...
(string/format "%f" (os/clock)) # => "1627746483.991000"
dbreadyPlayground
(os/clock)  # => 1.59384e+09
cellularmitosisPlayground