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

View source: R/prof.R

profR Documentation

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.

Note

Our memory profiling is not satistfactory yet!

Author(s)

Morgane Pierre-Jean and Pierre Neuvial

See Also

Rprof

summaryRprof


jointseg documentation built on June 8, 2025, 11:15 a.m.