Dear all, I am running a c++ library (a .so file) from a R code. I am using the function dyn.load("lib.so") to load the library. Do you know a way to profile my C library from R? Or should I compile my C library as an executable and profile it using the typical C-profilers?
Thanks in advance for any help! Best, Charles -- Um axé! :) -- Charles Novaes de Santana, PhD http://www.imedea.uib-csic.es/~charles [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.