17 Aug 2014
Changes in the minor release
- bugfix: Reported by Caspar Hallmann, when user defined source file does not correspond to file in the recorded call stack, this results in NA related errors. Solution: added warnings.
Installation
See the aprof github page.
12 Jul 2014
Changes in the minor release
-
bugfix: density in the profileplot function now corresponds to the correct lines in the source code.
-
bugfix: targetedSummary confused when very few sample were taken. Now improved handling of these cases.
Installation
See the release on CRAN!
14 May 2014
Aprof version 0.2 now released.
This version contains:
-
bugfix: files not in the working directory cound not be found in some functins
-
the standard aprof plot function “plot.aprof” now functions smoother and shows the correct line-density
-
some other minor improvements throughout the code, mostly improved S3 methods.
Installation
See the release on CRAN!
Thanks
Special thanks to Diego Mayer-Cantu for comments!
31 Oct 2013
aprof (0.1)
Amdahl’s profiler, directed optimization.
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 (will soon include 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.
Thanks
Special thanks to Tyler Rinker and Dason Kurkiewicz for comments. Sean M. McMahon, Cory Merow, Philip Dixon, Sydne Record and Eelke Jongejans thanks for all the suggestions, comments and testing while I was developing this package.