Other packages > Find by keyword >

proffer  

Profile R Code and Visualize with 'Pprof'
View on CRAN: Click here


Download and install proffer package within the R console
Install from CRAN:
install.packages("proffer")

Install from Github:
library("remotes")
install_github("cran/proffer")

Install by package version:
library("remotes")
install_version("proffer", "0.2.2")



Attach the package and use:
library("proffer")
Maintained by
William Michael Landau
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-12-20
Latest Update: 2024-11-15
Description:
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 . To learn about the implementations and methodologies of 'pprof', 'profile', and protocol buffers, visit . , and , respectively.
How to cite:
William Michael Landau (2019). proffer: Profile R Code and Visualize with 'Pprof'. R package version 0.2.2, https://cran.r-project.org/web/packages/proffer. Accessed 28 Jun. 2026.
Previous versions and publish date:
0.0.2 (2019-12-20 14:40), 0.1.0 (2020-03-23 03:20), 0.1.1 (2021-01-04 16:50), 0.1.3 (2021-06-28 15:30), 0.1.5 (2021-07-26 18:30), 0.1.6 (2023-02-01 10:50), 0.2.0 (2024-10-04 11:30), 0.2.1 (2024-10-30 20:00)
Other packages that cited proffer R package
View proffer citation profile
Other R packages that proffer depends, imports, suggests or enhances
Complete documentation for proffer
Functions, R codes and Examples using the proffer R package
Some associated functions: install_go . pprof . pprof_path . pprof_sitrep . proffer-package . random_port . record_pprof . record_rprof . serve_pprof . serve_rprof . test_pprof . to_pprof . to_rprof . 
Some associated R codes: install.R . package.R . path.R . pprof.R . record.R . sitrep.R . utils.R .  Full proffer package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

geoelectrics  
3D-Visualization of Geoelectric Resistivity Measurement Profiles
Visualizes two-dimensional geoelectric resistivity measurement profiles in three dimensions. ...
Download / Learn more Package Citations See dependency  
arnie  
"Arnie" box office records 1982-2014
Arnold Schwarzenegger movie weekend box office records from1982-2014 ...
Download / Learn more Package Citations See dependency  
XKCDdata  
Get XKCD Comic Data
Download data from individual XKCD comics, written by Randall Munroe < ...
Download / Learn more Package Citations See dependency  
Rirt  
Data Analysis and Parameter Estimation Using Item Response Theory
Parameter estimation, computation of probability, information, and (log-)likelihood, and visualizat ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
minimax  
The Minimax Distribution Family
The minimax family of distributions is a two-parameter family like the beta family, but computation ...
Download / Learn more Package Citations See dependency  

27,653

R Packages

236,180

Dependencies

73,487

Author Associations

27,536

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA