./benchmarks/R-profmem, Simple Memory Profiling for R

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6.0, Package name: R-profmem-0.6.0, Maintainer: pkgsrc-users

A simple and light-weight API for memory profiling of R expressions.
The profiling is built on top of R's built-in memory profiler
('utils::Rprofmem()'), which records every memory allocation done by R
(also native code).


Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2022-05-30 16:54:19 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
(benchmarks/R-profmem) import R-profmem-0.6.0

A simple and light-weight API for memory profiling of R expressions.
The profiling is built on top of R's built-in memory profiler
('utils::Rprofmem()'), which records every memory allocation done by R
(also native code).