I use `Sys.procmem()` to report on memory usage and I really like the possibility to track peak memory usage. Sometimes it would be nice to be able to reset the peak value to 0, such that we can also have a 'peak per section' statistic.
I use
Sys.procmem()to report on memory usage and I really like the possibility to track peak memory usage.Sometimes it would be nice to be able to reset the peak value to 0, such that we can also have a 'peak per section' statistic.