Top "Profiler" questions

A profiler is a programming tool used to track and analyse the performance of a software program.

What Are Some Good .NET Profilers?

What profilers have you used when working with .net programs, and which would you particularly recommend?

c# .net profiling profiler
SQL Server Profiler - How to filter trace to only display events from one database?

How do I limit a SQL Server Profiler trace to a specific database? I can't see how to filter the …

sql-server profiler sql-server-profiler
Oracle: is there a tool to trace queries, like Profiler for sql server?

i work with sql server, but i must migrate to an application with Oracle DB. for trace my application queries, …

sql-server oracle profiler
Open Source Java Profilers

What can you guys recommend to use with Java? Only requirement is it should be open source, or has not …

java profiler
Get time of execution of a block of code in Python 2.7

I would like to measure the time elapsed to evaluate a block of code in a Python program, possibly separating …

python python-2.7 profiler
how do you profile java source with intellij idea editor?

I know that Netbeans has something of an "integrated" profiler, for instance you can run unit tests and use it …

java intellij-idea profiler
What is a good easy to use profiler for C++ on Linux?

I need to profile some code running C++ on Linux. Can you guys recommend some profilers?

c++ linux profiler
Alternatives to gprof

What other programs do the same thing as gprof?

profiling profiler gprof
Is there a PostgreSQL equivalent of SQL Server profiler?

I need to see the queries submitted to a PostgreSQL server. Normally I would use SQL Server profiler to perform …

postgresql profiler
How do I disable the Symfony 2 profiler bar?

It's not adding anything and it makes the page slower and I want it gone. Don't ask. There's little about …

debugging symfony profiler