mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 09:17:35 +02:00
Finished documenting
This commit is contained in:
parent
f68687a9f1
commit
aa99fd83be
1 changed files with 6 additions and 0 deletions
|
@ -10,10 +10,16 @@ The `(scheme time)` library provides access to time-related values.
|
|||
|
||||
(current-jiffy)
|
||||
|
||||
Get the number of jiffies since the program started. This function can return the same value if the program runs longer than approximately 72 minutes on a 32-bit platform.
|
||||
|
||||
#current-second
|
||||
|
||||
(current-second)
|
||||
|
||||
Get the current number of seconds since the UNIX epoch.
|
||||
|
||||
#jiffies-per-second
|
||||
|
||||
(jiffies-per-second)
|
||||
|
||||
The number of jiffies per second.
|
||||
|
|
Loading…
Add table
Reference in a new issue