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
Answer: Option B
Join The Discussion