Add a WORLD-REPORT procedure to write a state-of-the-world report...
authorMatt Birkholz <puck@birchwood-abbey.net>
Sat, 16 Jan 2016 19:45:15 +0000 (12:45 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Sun, 17 Jan 2016 18:50:59 +0000 (11:50 -0700)
commit3a17252b3004a4b914d5385be8d099e154ff8897
treed9f089f964dd00f211d8d6624df791dd5f1ac087
parentf81e32bbf5d48a8e2272a9aef123f4a34c94e39b
Add a WORLD-REPORT procedure to write a state-of-the-world report...

...showing the current time, heap free, recent GC statistics, and the
known threads.
src/runtime/runtime.pkg
src/runtime/world-report.scm [new file with mode: 0644]