From aa99fd83beb5545f22f7a7b0e6aabde5392ad88d Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 28 Sep 2016 21:33:37 -0400 Subject: [PATCH] Finished documenting --- docs/api/scheme/time.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/api/scheme/time.md b/docs/api/scheme/time.md index ea77d7a1..77e3b0bb 100644 --- a/docs/api/scheme/time.md +++ b/docs/api/scheme/time.md @@ -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.