Finished documenting

This commit is contained in:
Justin Ethier 2016-09-28 21:33:37 -04:00
parent f68687a9f1
commit aa99fd83be

View file

@ -10,10 +10,16 @@ The `(scheme time)` library provides access to time-related values.
(current-jiffy) (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
(current-second) (current-second)
Get the current number of seconds since the UNIX epoch.
#jiffies-per-second #jiffies-per-second
(jiffies-per-second) (jiffies-per-second)
The number of jiffies per second.