Package: aprof
Type: Package
Title: Amdahl's Profiler, Directed Optimization Made Easy
Version: 0.4.1
Date: 2018-05-17
Author: Marco D. Visser
Maintainer: Marco D. Visser <marco.d.visser@gmail.com>
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.
License: GPL (>= 2)
URL: http://github.com/MarcoDVisser/aprof
BugReports: http://github.com/MarcoDVisser/aprof/issues
Imports: graphics, grDevices, stats, testthat
Repository: CRAN
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2018-05-17 12:42:51 UTC; marcov
Date/Publication: 2018-05-22 18:23:45 UTC
Built: R 4.6.0; ; 2025-08-18 09:23:24 UTC; unix
