profiling/01.R

library('cumplyr')

source(file.path('benchmarks', '01.R'))

Rprof(file.path('profiling', 'iddply.out'))
benchmark01(10000)
Rprof(NULL)

summaryRprof(file.path('profiling', 'iddply.out'))

Try the cumplyr package in your browser

Any scripts or data that you put into this service are public.

cumplyr documentation built on May 2, 2019, 2:13 p.m.