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 07 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

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  
curtailment  
Finds Binary Outcome Designs Using Stochastic Curtailment
Finds single- and two-arm designs using stochastic curtailment, as described by Law et al. (2022) ...
Download / Learn more Package Citations See dependency  
gRain  
Bayesian Networks
Probability propagation in graphical independence networks, also known as Bayesian networks or prob ...
Download / Learn more Package Citations See dependency  
xmlr  
Read, Write and Work with 'XML' Data
'XML' package for creating and reading and manipulating 'XML', with an object model based on 'Refere ...
Download / Learn more Package Citations See dependency  
embryogrowth  
Tools to Analyze the Thermal Reaction Norm of Embryo Growth
Tools to analyze the embryo growth and the sexualisation thermal reaction norms. See ...
Download / Learn more Package Citations See dependency  
keep  
Arrays with Better Control over Dimension Dropping
Provides arrays with flexible control over dimension dropping when subscripting. ...
Download / Learn more Package Citations See dependency  

27,372

R Packages

233,548

Dependencies

72,820

Author Associations

27,205

Publication Badges

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