Package: profr 0.3.3.9000
profr: An Alternative Display for Profiling Information
An alternative data structure and visual rendering for the profiling information generated by Rprof.
Authors:
profr_0.3.3.9000.tar.gz
profr_0.3.3.9000.zip(r-4.5)profr_0.3.3.9000.zip(r-4.4)profr_0.3.3.9000.zip(r-4.3)
profr_0.3.3.9000.tgz(r-4.4-any)profr_0.3.3.9000.tgz(r-4.3-any)
profr_0.3.3.9000.tar.gz(r-4.5-noble)profr_0.3.3.9000.tar.gz(r-4.4-noble)
profr_0.3.3.9000.tgz(r-4.4-emscripten)profr_0.3.3.9000.tgz(r-4.3-emscripten)
profr.pdf |profr.html✨
profr/json (API)
NEWS
# Install 'profr' in R: |
install.packages('profr', repos = c('https://hadley.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/hadley/profr/issues
Datasets:
- nesting_prof - Sample profiling datasets
- reshape_prof - Sample profiling datasets
Last updated 6 years agofrom:ab520c615d. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 15 2024 |
R-4.5-win | OK | Nov 15 2024 |
R-4.5-linux | OK | Nov 15 2024 |
R-4.4-win | OK | Nov 15 2024 |
R-4.4-mac | OK | Nov 15 2024 |
R-4.3-win | OK | Nov 15 2024 |
R-4.3-mac | OK | Nov 15 2024 |
Exports:parse_rprofprofr
Dependencies:cligluelifecyclemagrittrplyrRcpprlangstringistringrvctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Visualise profiling data with ggplot2. Visualise profiling data stored in a 'profr' data.frame. | ggplot.profr |
Parse Rprof output. | parse_rprof |
Visualise profiling data with base graphics. Visualise profiling data stored in a 'profr' data.frame. | plot.profr |
Profile the performance of a function call. | profr |
Sample profiling datasets | nesting_prof reshape_prof sample-data |