Point out the correct statement?
(a) Rprofiler() tabulates how much time is spent inside each function
(b) Rprof() keeps track of the function call stack at regularly sampled intervals
(c) By default, the profiler samples the function call stack every 2 seconds
(d) R must not be compiled with profiler support
This question was posed to me in an interview for internship.
This intriguing question comes from R Profiler topic in division Profiling, Simulation and Data Analysis of R Programming