Path to this page:
./
benchmarks/R-profmem,
Simple Memory Profiling for R
Branch: CURRENT,
Version: 0.6.0,
Package name: R-profmem-0.6.0,
Maintainer: pkgsrc-usersA 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)
- (2022-05-30) Package added to pkgsrc.se, version R-profmem-0.6.0 (created)
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).
|