Seth Russell

informatics, software engineering, data science, and healthcare research blog

  1. How to profile your R code that calls C/C++

    When profiling R code, the details and performance of any C/C++ code is hidden behind .Call(). This post describes how to get details on what the C/C++ code is doing.