I have a web app, that is consuming more memory, which i can see in the process tab from task bar.
I would like to run a memory tool & see which开发者_JAVA技巧 resources are not disposed?
This is a .net,javascript & flex app.
Thanks.
Red Gate ANTS Memory Profiler
dotTrace from the maker of ReSharper, JetBrains, is made for this sort of thing.
http://www.jetbrains.com/profiler/
Since your in Development you can use Debug Diag and attach to the process. Not as easy as others but it is free
I've had much success with SciTech .NET Memory Profiler. It also displays information about unmanaged resources, which might help with the Flex part. You can attach it to a running .NET process as well.
精彩评论