RosettaCodeData/Task/Time-a-function/R/time-a-function-2.r

5 lines
41 B
R

Rprof()
foo()
Rprof(NULL)
summaryRprof()