prof: profile time and memory usage of a given R expression

Description Usage Arguments Details Note Author(s) See Also

Description

profile time and memory usage of a given R expression

Usage

1
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!

Author(s)

Morgane Pierre-Jean and Pierre Neuvial

See Also

Rprof

summaryRprof


mpierrejean/jointSeg documentation built on May 23, 2019, 6:28 a.m.