1.

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

Answer» The correct answer is (b) Rprof() keeps track of the function call stack at regularly sampled intervals

Easy explanation: The profiler is started by calling the Rprof() function.


Discussion

No Comment Found

Related InterviewSolutions