Top "Profiling" questions

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

How to measure network performance (how to benchmark network protocol)

First, a bit of a background. There are many various comparisons of distributed version control systems (DVCS) which compare size …

networking network-programming benchmarking network-protocols profiling
Alternative to -pg with Clang?

I wish to profile CPU (sample if possible), with as small a performance impact as possible (hence similar to GCC's …

c gcc profiling clang gprof
Profiling in Python: Who called the function?

I'm profiling in Python using cProfile. I found a function that takes a lot of CPU time. How do I …

python profiling
Which Java Profiling tool do you use and which tool you think is the best?

Want to know what the stackoverflow community feels about the various free and non-free Java Profilers and profiling tools available.

java profiler profiling
webgrind on wamp

I just installed wamp and the latest version comes with webgrind, but i cannot figure out how it works.It …

php profiling wamp xdebug
How to profile unit tests in Visual Studio 2012?

Is it possible to profile MSTest unit tests in Visual Studio 2012 Ultimate without using any external profiling tools?

unit-testing profiling visual-studio-2012
Is there a tool to profile sqlite queries?

I am using a SQLite database and would like to speed up my queries, perhaps with indexes or by restructuring …

profiling sqlite
Tools for analyzing performance of a Haskell program

While solving some Project Euler Problems to learn Haskell (so currently I'm a completly beginner) I came over Problem 12. I …

haskell performance profiling
Is there any KCacheGrind alternative for Mac Os X outta there?

I'm looking for a KCacheGrind alternative, or at least a binary package for Mac Os X? I'd to use KCacheGrind …

php profiling xdebug kcachegrind
What is this cProfile result telling me I need to fix?

I would like to improve the performance of a Python script and have been using cProfile to generate a performance …

python performance profiling profile cprofile