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.0")



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: 2023-02-01
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.0, https://cran.r-project.org/web/packages/proffer. Accessed 07 Nov. 2024.
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

robregcc  
Robust Regression with Compositional Covariates
We implement the algorithm estimating the parameters of the robust regression model with composition ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
con2aqi  
Calculate the AQI from Pollutant Concentration
To calculate the AQI (Air Quality Index) from pollutant concentration data. O3, PM2.5, PM10, CO, SO ...
Download / Learn more Package Citations See dependency  
bacondecomp  
Goodman-Bacon Decomposition
Decomposition for differences-in-differences with variation in treatment timing from Goodman-Bacon ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

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