Point out the correct statement?
(a) The Rprofiler() function starts the profiler in R
(b) Using system.time() allows you to test certain functions or code blocks to see if they are taking excessive amounts of time
(c) R must not be compiled with profiler support
(d) Rprofiler() tabulates how much time is spent inside each function
The question was asked during an internship interview.
This interesting question is from R Profiler topic in portion Profiling, Simulation and Data Analysis of R Programming