powered by
profile time and memory usage of a given R expression
prof(expr, doit = TRUE)
An R expression to be evaluated
R
A boolean variable specifying whether profiling should be performed or not (intended for internal use).
Profiling is performed using summaryRprof(memory="both")$by.self.
summaryRprof(memory="both")$by.self
Rprof
summaryRprof