summaryrefslogtreecommitdiff
path: root/gc-benchmarks/gc-profile.scm
Commit message (Expand)AuthorAgeFilesLines
* Have `gc-profile.scm' make sure it's on a Linux-based system....* gc-benchmarks/gc-profile.scm (memory-mappings): Check %HOST-TYPE for "-linux-". Ludovic Courtès2011-03-061-0/+3
* Fix `gc-profile.scm'....* gc-benchmarks/gc-profile.scm (memory-mappings)[mapping-line-rx]: Fix and give an example. (total-heap-size): Fix docstring. Ludovic Courtès2011-02-251-3/+5
* Change Guile license to LGPLv3+...(Not quite finished, the following will be done tomorrow. module/srfi/*.scm module/rnrs/*.scm module/scripts/*.scm testsuite/*.scm guile-readline/* ) Neil Jerram2009-06-171-9/+9
* gc-profile: Show the result of `(version)'....* gc-benchmarks/gc-profile.scm (main): Show `(version)'. Ludovic Courtès2009-01-121-1/+1
* gc-benchmarks: Allow the iteration count to be passed to `gc-profile.scm'....* gc-benchmarks/gc-profile.scm (*iteration-count*): New parameter. (run-benchmark): Moved from `twobit-compat.scm'. Honor `*iteration-count*'. (%options): Add `--iterations'. (show-help): Document it. (main): Parameterize `*iteration-count*'. Ludovic Courtès2009-01-121-15/+54
* gc-benchmarks: Add a Larceny/Twobit benchmark compatibility layer....* gc-benchmarks/gc-profile.scm: Load "twobit-compat.scm". (save-directory-excursion, load-larceny-benchmark): New procedures. (%options): New variable. (show-help, parse-args): New procedures. (main): Use `parse-args' and `load-larceny-benchmark'. Ludovic Courtès2009-01-121-12/+99
* Add GC benchmarks.Ludovic Courtès2009-01-121-0/+154