Profiling is the process of measuring an application or system by running an analysis tool called a profiler.
I'm trying to find out how much memory my objects take to see how many of them are ending up …
.net memory-management garbage-collection profilingI have tried using the line_profiler module for getting a line-by-line profile over a Python file. This is what …
python python-2.7 profiling line-profilerI suspect we have a major memory leak in our ActiveMQ connection bridge - we're seeing typical memory leak patterns (…
java memory-leaks profiling jvisualvmis there any extension of valgrind, that can be used in the command window, that would help me know the …
c profiling valgrindI'm attempting to profile some c++ code on my mac (os x Lion) and I haven't been able to find …
macos profilingPossible Duplicate: What Are Some Good .NET Profilers? I am on the lookout for good .NET CLR memory profiling tools. …
.net memory-profiling profilingI profile running Java applications often with VisualVM but it needs X to run on the machine. I know I …
java performance command-line jvm profilingI need to find where the bottlenecks are in my Android app. What profiling tools or techniques can I use?
java android performance profiling