Top "Memory-profiling" questions

Find out how much memory is being used by an object in Python

How would you go about finding out how much memory is being used by an object? I know it is …

python performance memory-profiling
How do I use a dump file to diagnose a memory leak?

I have a .NET service with a normal private working set of about 80 MB. During a recent load test, the …

.net visual-studio-2010 memory-leaks crash-dumps memory-profiling
.NET Memory Profiling Tools

Possible Duplicate: What Are Some Good .NET Profilers? I am on the lookout for good .NET CLR memory profiling tools. …

.net memory-profiling profiling
Programmatically get memory usage in Chrome

How can I programmatically get memory usage (JS and total) of my website in Google Chrome? I looked at doing …

javascript performance google-chrome google-chrome-devtools memory-profiling
Not able to plot graph: matplotlib is needed for plotting

I am able to generate *.dat file: vikas@server:~/memory_profiler-0.36$ ./mprof run --python test_sl.py vikas@server:~/memory_…

python matplotlib graph memory-profiling guppy
Is there any working memory profiler for Python3

In Python 2 there's a couple of tools but everything seems to be old and out-of-dated. I've found PySizer and Heapy …

python python-3.x profiling memory-profiling memory-leak-detector
Where are the Visual Studio 2013 Diagnostic Tools

I'm searching for a tool window for hours and I cannot find it. (see http://blogs.msdn.com/cfs-filesystemfile.ashx/__…

visual-studio-2013 visual-studio-debugging memory-profiling
How do I run stand-alone Eclipse MAT?

I generated hprof using jmap. sudo ~/jdk/bin/jmap -F -dump:file=app.hprof 5003 Now, I am getting OOM / 'Java …

java eclipse memory-profiling