Top "Profiler" questions

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

SQL Server Profiler : How to specify multiple values for "NOT LIKE" column filter

According to : http://msdn.microsoft.com/en-us/library/ms175061.aspx It says that the "NOT LIKE" relational operator : "Specifies that …

sql-server profiler
What is clr.dll on .Net framework and what does it do?

I use profiling tools on VS2012 and see,that clr.dll works a lot of time. Is it Garbage Collection? …

c# .net garbage-collection clr profiler
Can I get sql profiler for sql2008 for free?

Is it possible to get sql profiler for sql2008 for free or you have to have a license to get …

sql-server-express profiler sql-server-2008-express
profiling a method of a class in Python using cProfile?

I'd like to profile a method of a function in Python, using cProfile. I tried the following: import cProfile as …

python profiler cprofile
How to efficiently use Rprof in R?

I would like to know if it is possible to get a profile from R-Code in a way that is …

r profiling profiler
Best and safest Java Profiler for production use?

I'm looking for a Java Profiler for use in a very high demand production environment, either commercial or free, that …

java profiling profiler production-environment
Profiler for Visual Studio 2008, C++?

Are there any good, free (or at least reasonably cheap) profilers for at least native C++ that can integrate with …

c++ visual-studio-2008 profiler
Symfony profiler throws 404

I've created new project in symfony and I get an error prompt on each site: An error occurred while loading …

php symfony profiler
SQL Azure Profiling

I read on the MS site that SQL Azure does not support SQL Profiler. What are people using to profile …

azure profiling azure-sql-database profiler
C++ Code Profiler

Can anybody recommend a good code profiler for C++? I came across Shiny - any good? http://sourceforge.net/projects/…

c++ windows visual-studio profiler