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]
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.2, https://cran.r-project.org/web/packages/proffer. Accessed 10 Apr. 2025.
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
03/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/09Downloads for proffer0102030405060TrendBars

Today's Hot Picks in Authors and Packages

txtq  
A Small Message Queue for Parallel Processes
This queue is a data structure that lets parallel processes send and receive messages, and it can he ...
Download / Learn more Package Citations See dependency  
webglobe  
3D Interactive Globes
Displays geospatial data on an interactive 3D globe in the web browser. ...
Download / Learn more Package Citations See dependency  
ecochange  
Integrating Ecosystem Remote Sensing Products to Derive EBV Indicators
Essential Biodiversity Variables (EBV) are state variables with dimensions on time, space, and biolo ...
Download / Learn more Package Citations See dependency  
xtermStyle  
Terminal Text Formatting Using Escape Sequences
Can be used for coloring output in terminals. It was developed for the standard Ubuntu terminal but ...
Download / Learn more Package Citations See dependency  
RODBC  
ODBC Database Access
GRNNs  
General Regression Neural Networks Package
This General Regression Neural Networks Package uses various distance functions. It was motivated b ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

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