Re: [racket-users] Using current-process-memory with 'cumulative argument

2020-12-16 Thread Alex Harsanyi
Thanks for providing the fix. This is most likely the cause, as my own test program is essentially the same as yours, except that I collect the samples separately rather than checking for the memory decrease immediately. Alex. On Wednesday, December 16, 2020 at 10:11:25 AM UTC+8 Matthew Flat

Re: [racket-users] Using current-process-memory with 'cumulative argument

2020-12-15 Thread Matthew Flatt
At Tue, 15 Dec 2020 17:00:42 -0800 (PST), Alex Harsanyi wrote: > I am trying to use `(current-process-memory 'cumulative)` to determine the > total memory used by an application, including the memory that was > reclaimed by the garbage collector. I would expect the results from the > call to be