Package: aprof 0.4.1
aprof: Amdahl's Profiler, Directed Optimization Made Easy
Assists the evaluation of whether and where to focus code optimization, using Amdahl's law and visual aids based on line profiling. Amdahl's profiler organizes profiling output files (including memory profiling) in a visually appealing way. It is meant to help to balance development vs. execution time by helping to identify the most promising sections of code to optimize and projecting potential gains. The package is an addition to R's standard profiling tools and is not a wrapper for them.
Authors:
aprof_0.4.1.tar.gz
aprof_0.4.1.zip(r-4.5)aprof_0.4.1.zip(r-4.4)aprof_0.4.1.zip(r-4.3)
aprof_0.4.1.tgz(r-4.4-any)aprof_0.4.1.tgz(r-4.3-any)
aprof_0.4.1.tar.gz(r-4.5-noble)aprof_0.4.1.tar.gz(r-4.4-noble)
aprof_0.4.1.tgz(r-4.4-emscripten)aprof_0.4.1.tgz(r-4.3-emscripten)
aprof.pdf |aprof.html✨
aprof/json (API)
# Install 'aprof' in R: |
install.packages('aprof', repos = c('https://marcodvisser.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/marcodvisser/aprof/issues
Last updated 5 years agofrom:651268f44f. Checks:OK: 1 ERROR: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 13 2024 |
R-4.5-win | ERROR | Nov 13 2024 |
R-4.5-linux | ERROR | Nov 13 2024 |
R-4.4-win | ERROR | Nov 13 2024 |
R-4.4-mac | ERROR | Nov 13 2024 |
R-4.3-win | ERROR | Nov 13 2024 |
R-4.3-mac | ERROR | Nov 13 2024 |
Exports:aprofis.aprofprofileplotreadLineDensitytargetedSummary
Dependencies:briocallrclicrayondescdiffobjdigestevaluatefsgluejsonlitelifecyclemagrittrpkgbuildpkgloadpraiseprocessxpsR6rlangrprojroottestthatwaldowithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create an 'aprof' object for usage in the package 'aprof' | aprof |
is.aprof | is.aprof |
plot.aprof | plot.aprof |
Generic print method for aprof objects | print.aprof |
Line progression plot | profileplot |
readLineDensity | readLineDensity |
Projected optimization gains using Amdahl's law. | summary.aprof |
targetedSummary | targetedSummary |