prof function

profile time and memory usage of a given R expression

profile time and memory usage of a given R expression

prof(expr, doit = TRUE)

Arguments

  • expr: An R expression to be evaluated
  • doit: A boolean variable specifying whether profiling should be performed or not (intended for internal use).

Details

Profiling is performed using summaryRprof(memory="both")$by.self.

Note

Our memory profiling is not satistfactory yet!

See Also

Rprof

summaryRprof

Author(s)

Morgane Pierre-Jean and Pierre Neuvial

  • Maintainer: Morgane Pierre-Jean
  • License: LGPL (>= 2.1)
  • Last published: 2019-01-11