xrprof
xrprof copied to clipboard
Support for mixed R & C/C++ profiling on Windows
The Windows StackWalk64() API is how to do this, but the existing libunwind code will need to be refactored to support a platform-agnostic interface.
This is the Windows-specific part of #8.
Maybe some of the ideas in winch might help?