xrprof icon indicating copy to clipboard operation
xrprof copied to clipboard

Support for mixed R & C/C++ profiling on Windows

Open atheriel opened this issue 4 years ago • 1 comments

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.

atheriel avatar Jan 22 '21 16:01 atheriel

Maybe some of the ideas in winch might help?

hadley avatar Jan 25 '21 17:01 hadley