InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement?(a) “by.total” first subtracts out time spent in functions above the current function in the call stack(b) The summaryRprof() function calculates how much time is spend in which function(c) By default, the profiler samples the function call stack every 0.02 seconds(d) The Rprofiler() function starts the profiler in RThis question was posed to me during an interview.This key question is from R Profiler topic in section Profiling, Simulation and Data Analysis of R Programming |
|
Answer» The correct OPTION is (c) By default, the profiler SAMPLES the FUNCTION call STACK every 0.02 seconds |
|