Skip to content
Prev 16877 / 63424 Next

Interpretting R profiling output (was More efficient code?)

Gavin Simpson wrote:
They include both.  The profiler only sees R calls, it doesn't know what 
goes on within functions.  .Call() is an R call which internally calls 
some C function, but the profiler just sees the call to .Call.

Duncan Murdoch