readLineDensity {aprof} | R Documentation |
readLineDensity
Description
Reads and calculates the line density (in execution time or memory)
of an aprof object returned by the aprof
function.
If a sourcefile was not specified in the aprof object, then the first file
within the profiling information is assumed to be the source.
Usage
readLineDensity(aprofobject = NULL, Memprof = FALSE)
Arguments
aprofobject |
An object returned by |
Memprof |
Logical. Should the function return information specific to memory profiling with memory use per line in MB? Otherwise, the default is to return line call density and execution time per line. |
Author(s)
Marco D. Visser
[Package aprof version 0.4.1 Index]