Comments
3 comments
-
When you say it doesn't work, do you get a fault or does it just not show results for the cpp section please?
I ask because ANTS can only profile managed code, I'd expect no results for the unmanaged code. -
Peter_Laws said:When you say it doesn't work, do you get a fault or does it just not show results for the cpp section please?
I ask because ANTS can only profile managed code, I'd expect no results for the unmanaged code. -
Profiling a .NET application that integrates a C++/CLI library can be tricky, especially when managed and unmanaged code interact. Tools like Visual Studio Profiler, dotTrace, or PerfView can help, but for deeper native code insights, combining them with Windows Performance Recorder (WPR) or Intel VTune often yields better results. Also, make sure symbols and mixed-mode debugging are properly configured for accurate call stacks.
For more insights on debugging, performance tuning, and system-level development, this https://wordslibrary.com/ might be a valuable resource.
Hope that helps streamline your profiling workflow!
Add comment
Please sign in to leave a comment.
https://stackoverflow.com/questions/79123745