question

MRUTYUNJAYAMAHAPATRA-6389 avatar image
0 Votes"
MRUTYUNJAYAMAHAPATRA-6389 asked TimonYang-MSFT commented

Memory Snapshot for Vs2012 projects

Hi ,

I have one project which was developed using VS 2012. I am observing memory leak so I would like to take memory snapshot of during runtime execution.

As there is no diagnostic tool available VS 2012. Can anybody please suggest any tool or any other way to take snapshot of memory allocation of run time execution or any other way to track memory allocation and DE allocation..

Best regards
Mrutyunjaya

dotnet-csharpdotnet-runtimedotnet-standardwindows-platform-network
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@MRUTYUNJAYAMAHAPATRA-6389
I suggest you update Visual Studio to Visual Studio 2019, it should meet your needs.
Measure memory usage in Visual Studio

0 Votes 0 ·

This Project is already into Vs 2012 and I would like to check memory usage in that version...

0 Votes 0 ·
TimonYang-MSFT avatar image TimonYang-MSFT MRUTYUNJAYAMAHAPATRA-6389 ·

Please see if this .Net blog helps:
.NET Memory Allocation Profiling with Visual Studio 2012

0 Votes 0 ·

0 Answers