RosettaCodeData/Task/Time-a-function/R/time-a-function-2.r
2023-07-01 13:44:08 -04:00

4 lines
41 B
R

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