profmem

Simple Memory Profiling for R

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).

0.7.0 LGPL (>= 2.1) 1 个版本
安装
install.packages("profmem")
remotes::install_cran("profmem")
版本列表
0.7.0 2025-05-02