readLineDensity: readLineDensity

Description Usage Arguments Author(s)

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

1
readLineDensity(aprofobject = NULL, Memprof = FALSE)

Arguments

aprofobject

An object returned by aprof, which contains the stack calls sampled by the R profiler.

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


aprof documentation built on May 2, 2019, 6:11 a.m.

Related to readLineDensity in aprof...