Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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ès | 2011-03-06 | 1 | -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ès | 2011-02-25 | 1 | -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 Jerram | 2009-06-17 | 1 | -9/+9 |
* | gc-profile: Show the result of `(version)'....* gc-benchmarks/gc-profile.scm (main): Show `(version)'. | Ludovic Courtès | 2009-01-12 | 1 | -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ès | 2009-01-12 | 1 | -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ès | 2009-01-12 | 1 | -12/+99 |
* | Add GC benchmarks. | Ludovic Courtès | 2009-01-12 | 1 | -0/+154 |