Implement CURRENT-JIFFY and JIFFIES-PER-SECOND for R7RS.
authorChris Hanson <org/chris-hanson/cph>
Mon, 14 May 2018 04:20:23 +0000 (21:20 -0700)
committerChris Hanson <org/chris-hanson/cph>
Mon, 14 May 2018 04:20:23 +0000 (21:20 -0700)
commit16b5b13b16b3023d2e11b7054eb9eaad2fe2100b
treefa3230ad5e36d09028c65056f55098f4e46e043c
parent5b1bfd0ea43e13b46a5a7be83eb97fa813fbd0d8
Implement CURRENT-JIFFY and JIFFIES-PER-SECOND for R7RS.

Very rough implementation, may return process time instead of real time on
non-POSIX systems.
src/microcode/ntenv.c
src/microcode/osenv.h
src/microcode/prosenv.c
src/microcode/uxenv.c
src/runtime/runtime.pkg
src/runtime/sysclk.scm