Learn R Programming

aprof (version 0.4.1)

Amdahl's Profiler, Directed Optimization Made Easy

Description

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.

Copy Link

Version

Install

install.packages('aprof')

Monthly Downloads

298

Version

0.4.1

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

May 22nd, 2018

Functions in aprof (0.4.1)

profileplot

Line progression plot
readLineDensity

readLineDensity
plot.aprof

plot.aprof
targetedSummary

targetedSummary
summary.aprof

Projected optimization gains using Amdahl's law.
print.aprof

Generic print method for aprof objects
aprof

Create an 'aprof' object for usage in the package 'aprof'
is.aprof

is.aprof