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.

Version: 0.4.1
Imports: graphics, grDevices, stats, testthat
Published: 2018-05-22
Author: Marco D. Visser
Maintainer: Marco D. Visser <marco.d.visser at gmail.com>
BugReports: http://github.com/MarcoDVisser/aprof/issues
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: http://github.com/MarcoDVisser/aprof
NeedsCompilation: no
Citation: aprof citation info
In views: HighPerformanceComputing
CRAN checks: aprof results

Documentation:

Reference manual: aprof.pdf

Downloads:

Package source: aprof_0.4.1.tar.gz
Windows binaries: r-devel: aprof_0.4.1.zip, r-release: aprof_0.4.1.zip, r-oldrel: aprof_0.4.1.zip
macOS binaries: r-release (arm64): aprof_0.4.1.tgz, r-oldrel (arm64): aprof_0.4.1.tgz, r-release (x86_64): aprof_0.4.1.tgz
Old sources: aprof archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=aprof to link to this page.