Learn R Programming

jointseg (version 1.0.2)

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

Description

profile time and memory usage of a given R expression

Usage

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.

See Also

Rprof

summaryRprof