r-prof/proffer: Profile R Code and Visualize with 'Pprof'

Like similar profiling tools, the 'proffer' package automatically detects sources of slowness in R code. The distinguishing feature of 'proffer' is its utilization of 'pprof', which supplies interactive visualizations that are efficient and easy to interpret. Behind the scenes, the 'profile' package converts native Rprof() data to a protocol buffer that 'pprof' understands. For the documentation of 'proffer', visit <https://r-prof.github.io/proffer/>. To learn about the implementations and methodologies of 'pprof', 'profile', and protocol buffers, visit <https://github.com/google/pprof>. <https://developers.google.com/protocol-buffers>, and <https://github.com/r-prof/profile>, respectively.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.1.6.9000
URL https://github.com/r-prof/proffer https://r-prof.github.io/proffer/
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("r-prof/proffer")
r-prof/proffer documentation built on Sept. 25, 2023, 1:42 p.m.