Learn R Programming

⚠️There's a newer version (0.4.1) of this package.Take me there.

aprof (version 0.3.2)

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 organises 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.3.2

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

March 24th, 2016

Functions in aprof (0.3.2)

print.aprof

Generic print method for aprof objects
profileplot

Line progression plot
summary.aprof

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

plot.aprof
aprof

Create an 'aprof' object for usage in the package 'aprof'
targetedSummary

targetedSummary
is.aprof

is.aprof
readLineDensity

readLineDensity