[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH] Make (time) annonce the maximum heap size used
From: |
Kooda |
Subject: |
[Chicken-hackers] [PATCH] Make (time) annonce the maximum heap size used |
Date: |
Sat, 17 Sep 2016 16:21:24 +0200 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/24.5 (x86_64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
Hi!
I’ve been discussing this on the IRC channel for some time, and
sjamaan created a ticket about it: http://bugs.call-cc.org/ticket/1318
so I gave it a go.
This will be useful for our benchmark runs, among other things.
What this patch basically does is recording the amount of heap used
after a major GC.
It’s my first time looking at the GC code so it took me a little while
to understand what to do. I hope it’s clear.
Here are the patches for both master and chicken-5.
0001-CHICKEN4-Make-time-show-the-maximum-heap-usage.patch
Description: Text document
0001-CHICKEN5-Make-time-show-the-maximum-heap-usage.patch
Description: Text document
- [Chicken-hackers] [PATCH] Make (time) annonce the maximum heap size used,
Kooda <=