Tag Archives: profiler

R package profiling with Google

I want to speed up R packages written with the Rcpp and RcppArmadillo packages. gprof is not an option because R is not compiled with -pg, and just re-compiling the shared libraries of the packages is insufficient. valgrind can generate … Continue reading

Posted in R | Tagged , | Comments Off on R package profiling with Google