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

Description Usage Arguments Details Author(s) See Also

View source: R/prof.R

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.

Memory profiling is not satistfactory yet.

Author(s)

Morgane Pierre-Jean and Pierre Neuvial

See Also

Rprof

summaryRprof


jointseg documentation built on May 2, 2019, 5:20 p.m.