RBigData/pbdPAPI: Programming with Big Data --- Interface to PAPI

A collection of tools for measuring performance counter data. On modern 'x86' hardware, as programs are running, certain performance side-effects are being measured, like cache misses, number of floating point operations executed, etc. This package allows the R user to easily collect this counter data for their R programs. The package uses the well-known C library 'PAPI' to perform the counter lookups. There is also an experimental interface to the Intel Performance Counter Monitor (IPCM) for Windows and Mac users.

Getting started

Package details

MaintainerDrew Schmidt <wrathematics@gmail.com>
LicenseBSD 3-clause License + file LICENSE
Version0.3-3
URL http://r-pbd.org/
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("RBigData/pbdPAPI")
RBigData/pbdPAPI documentation built on May 8, 2019, 5:48 a.m.