powered by
Run R code and record Rprof samples.
record_rprof(expr, rprof = tempfile(), ...)
Path to a file with Rprof samples.
An R expression to profile.
Path to a file with Rprof samples. Also returned from the function.
Additional arguments passed on to Rprof().
Rprof()
if (identical(Sys.getenv("PROFFER_EXAMPLES"), "true")) { # Returns a path to Rprof samples. record_rprof(replicate(1e2, sample.int(1e4))) }
Run the code above in your browser using DataLab