stopwatch {butler} | R Documentation |
Profile the performance of function call.
stopwatch(f, reps = 2, interval = 0.02)
f |
function to profile |
reps |
number of times to run |
interval |
interval between samples (in seconds) |
Results can be display nicely using either plot or print.
call tree
Hadley Wickham <h.wickham@gmail.com>
print.call.tree
, plot.call.tree