run_rprof: Actually Run the Code and Capture ”Rprof” Output

Description Usage Arguments Value

View source: R/profiler.R

Description

Actually Run the Code and Capture `Rprof` Output

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
run_rprof(expr.quoted, interval, target.time, times, file,
<<<<<<< HEAD
<<<<<<< HEAD
  frame = parent.frame(), gc.torture, verbose)
=======
  frame = parent.frame(), gc.torture)
>>>>>>> 75d32eb92dbce607391b8bcf59be3a129015cdd0
=======
  frame = parent.frame(), gc.torture, verbose)
>>>>>>> 2a504db3379c01ea7079dc7c05a7fc2800124694

Arguments

expr.quoted

a quoted expression

frame

a frame to evaluate the quoted expression in

Value

list containing the file name of the Rprof data plus some meta data


brodieG/treeprof documentation built on Nov. 11, 2021, 1:36 a.m.