Unmanaged Memory Profiling for UWP applications?

大城市里の小女人 提交于 2020-08-10 20:11:05

问题


I have been on the search to find a tool or a technique or anything that could help me find which objects from my UWP application is allocating on unmanaged heap memory.

I tried looking at WPR/WPA combination for tracing object. But, did not find anything useful there. (If you have any good links for UWP/WPF apps with this combo, please share)

I installed Ant Memory profiler, but they do not seem to have any option for Windows Store apps anymore.

I checked .NET memory profiler, when I try to load "Windows Store App" .. .NET profiler keeps being stuck at "Trying to load .NET memory"... stays stuck.

I am looking for any way/technique/tool that could help me have an understanding of the unmanaged memory leak issues.

The Application I am working on... it has .NET core components, Native CPP component, UWP components, it's hard to trace where the memory leak issue is occurring without any broad strokes hint.

(PS: Currently, I am trying to check if I can do anything with WinDbg for analyzing heapdump of UWP app)

Thank you for reading.

来源:https://stackoverflow.com/questions/63295999/unmanaged-memory-profiling-for-uwp-applications

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!