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.

Getting started

Package details

AuthorMarco D. Visser
MaintainerMarco D. Visser <marco.d.visser@gmail.com>
LicenseGPL (>= 2)
Version0.4.1
URL http://github.com/MarcoDVisser/aprof
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("aprof")

Try the aprof package in your browser

Any scripts or data that you put into this service are public.

aprof documentation built on May 2, 2019, 6:11 a.m.