HenrikBengtsson / profmem

🔧 R package: profmem - Simple Memory Profiling for R
https://cran.r-project.org/package=profmem
35 stars 2 forks source link

WOOPS: Vignette's microbenchmark:ing reflect coercion to double (less so gc) #1

Closed HenrikBengtsson closed 8 years ago

HenrikBengtsson commented 8 years ago

Was a bit quite add that microbenchmark paragraph to the vignette just before submitting to CRAN. It claims to measure overhead added by the garbage collector. However, the difference is more likely due to the coercion of x to double.

Should be fixed.