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 exports 35 stars 3.67 score 0 dependencies 10 dependents 125 scripts 11.2k downloads

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

TargetResultDate
Doc / VignettesOKAug 24 2024
R-4.5-winOKAug 24 2024
R-4.5-linuxOKAug 24 2024
R-4.4-winOKAug 24 2024
R-4.4-macOKAug 24 2024
R-4.3-winOKAug 24 2024
R-4.3-macOKAug 24 2024

Exports:profmemprofmem_beginprofmem_depthprofmem_endprofmem_resumeprofmem_statusprofmem_suspendreadRprofmemtotal

Dependencies:

Simple Memory Profiling for R

Rendered fromprofmem.md.rspusingR.rsp::rspon Aug 24 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