CMD + K

r-procmaps

Anaconda Verified

Portable '/proc/self/maps' as a data frame. Determine which library or other region is mapped to a specific address of a process. -- R packages can contain native code, compiled to shared libraries at build or installation time. When loaded, each shared library occupies a portion of the address space of the main process. When only a machine instruction pointer is available (e.g. from a backtrace during error inspection or profiling), the address space map determines which library this instruction pointer corresponds to.

Installation

To install this package, run one of the following:

Conda
$conda install r::r-procmaps

Usage Tracking

0.0.5
1 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

Portable '/proc/self/maps' as a data frame. Determine which library or other region is mapped to a specific address of a process. -- R packages can contain native code, compiled to shared libraries at build or installation time. When loaded, each shared library occupies a portion of the address space of the main process. When only a machine instruction pointer is available (e.g. from a backtrace during error inspection or profiling), the address space map determines which library this instruction pointer corresponds to.

Last Updated

Jan 16, 2024 at 21:30

License

GPL-3

Total Downloads

41

Supported Platforms

linux-64