Description Usage Arguments Author(s)
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.
1 | readLineDensity(aprofobject = NULL, Memprof = FALSE)
|
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. |
Marco D. Visser
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.