Package: profmem 0.6.0

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

Authors:Henrik Bengtsson [aut, cre, cph]

profmem_0.6.0.tar.gz
profmem_0.6.0.zip(r-4.5)profmem_0.6.0.zip(r-4.4)profmem_0.6.0.zip(r-4.3)
profmem_0.6.0.tgz(r-4.4-any)profmem_0.6.0.tgz(r-4.3-any)
profmem_0.6.0.tar.gz(r-4.5-noble)profmem_0.6.0.tar.gz(r-4.4-noble)
profmem_0.6.0.tgz(r-4.4-emscripten)profmem_0.6.0.tgz(r-4.3-emscripten)
profmem.pdf |profmem.html
profmem/json (API)
NEWS

# Install 'profmem' in R:
install.packages('profmem', repos = c('https://henrikbengtsson.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/henrikbengtsson/profmem/issues

On CRAN:

memory-profilerperformanceram

9.02 score 35 stars 10 packages 149 scripts 14k downloads 9 exports 0 dependencies

Last updated 4 years agofrom:ee3e010715 (on master). Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKOct 31 2024
R-4.5-winOKOct 31 2024
R-4.5-linuxOKOct 31 2024
R-4.4-winOKOct 31 2024
R-4.4-macOKOct 31 2024
R-4.3-winOKOct 31 2024
R-4.3-macOKOct 31 2024

Exports:profmemprofmem_beginprofmem_depthprofmem_endprofmem_resumeprofmem_statusprofmem_suspendreadRprofmemtotal

Dependencies:

Simple Memory Profiling for R

Rendered fromprofmem.md.rspusingR.rsp::rspon Oct 31 2024.

Last update: 2020-12-13
Started: 2016-08-06

Readme and manuals

Help Manual

Help pageTopics
Memory profiling Rprofmem profmem_begin profmem_depth profmem_end profmem_resume profmem_status profmem_suspend
Read an Rprofmem log filereadRprofmem