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.5-any)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 26 days agofrom:7deb672c37. Checks:1 OK, 1 FAILURE, 6 ERROR. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 15 2025 |
R-4.5-win | ERROR | Feb 15 2025 |
R-4.5-mac | ERROR | Feb 15 2025 |
R-4.5-linux | ERROR | Feb 15 2025 |
R-4.4-win | ERROR | Feb 15 2025 |
R-4.4-mac | ERROR | Feb 15 2025 |
R-4.3-win | ERROR | Feb 15 2025 |
R-4.3-mac | OUTDATED | Feb 11 2025 |
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 |