Vidyalelo
R Programming · Q140

Data Manipulation with dplyr

Programming · R Programming · question 140

Q140

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
Answer
D.
The Rprofiler() function starts the profiler in R

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board