Top "Profiling" questions

Profiling is the process of measuring an application or system by running an analysis tool called a profiler.

Windows Callgrind results browser, alternative to KCacheGrind

Is there any tool, other than KCacheGrind, being able to view callgrind results? Preferably for Windows platform?

windows valgrind profiling callgrind
Total method time in Java VisualVM

In Java VisualVM, is there any way to display total method time, rather than "self time"? (The latter is not …

java profiling visualvm
How to profile a bash shell script slow startup?

My bash shell takes up to 3-4 seconds to start up, while if I start it with --norc it runs …

bash profiling
Best way to profile memory usage in a Java application?

I realize that similar questions have been asked about this before here on SO, but let me describe exactly what …

java memory profiling profile
Searching for a string in a large text file - profiling various methods in python

This question has been asked many times. After spending some time reading the answers, I did some quick profiling to …

python performance search profiling large-files
How to use google perf tools

I just started using google performance tools (google-perftools and libgoogle-perftools4 packages in ubuntu), I swear that I'm googling for around …

profiling gperftools
Profiler and Memory Analysis Tools for Delphi

I recently upgraded from Delphi 4 to Delphi 2009. With Delphi 4 I had been using GpProfile by Primoz Gabrijelcic as a profiler …

delphi memory-leaks profiling
gprof : How to generate call graph for functions in shared library that is linked to main program

I am working on Linux environment. I have two 'C' source packages train and test_train. train package when compiled …

c debugging profiling gprof sprof
Java application profiling

I am looking for a Java code profiler which I can use to profile my application (its a service which …

java performance profiling metrics jprofiler
Install "perf" on Mac

I need the "perf" utility to monitor the program on my Mac. I know linux comes with it, but is …

macos profiling osx-mavericks performancecounter perf