Top "Profiler" questions

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

Failed to CoCreate Profiler error - but not using a profiler

We're getting a: .NET Runtime version 2.0.50727.5448 - Failed to CoCreate profiler message in the Event Viewer on our webserver, along …

asp.net .net iis profiler
Any decent C# profilers out there?

I need a C# profiler. Although I'm not averse to paying for one, something which is free or at least …

c# .net profiling profiler
Is there an IntelliJ Java Profiler

Is there a Profiler for IntelliJ like the one for Matlab? Let's say you have this code a = true; i = 0; …

java intellij-idea profiler
Best .NET memory and performance profiler?

We are using JetBrains' dotTrace. What other profiling tools can be recommended that are better for profiling C# Windows Forms …

c# .net profiling profiler
How to profile for one table in SQL Server?

How can I add a filter which can trace sql statements for a particular table name?

sql-server filtering profiler
Is there a visual profiler for Python?

I use cProfile now but I find it tedious to write pstats code just to query the statistics data. I'm …

python user-interface profiling profiler
Profiling a python program with PyCharm (or any other IDE)

I'm running a relatively complex python program and in it there is a montecarlo simulation which takes up most of …

python pycharm profiler
How to profile memory usage?

I am aware of Valgrind, but it just detects memory management issues. What I am searching is a tool that …

c++ linux memory profiler valgrind
VisualVM "not supported for this JVM" on all local applications?

I have already spent a long time to load and test my application, now I need to profile it. But …

java profiler visualvm
Recommendations for C Profilers?

Everyone always says to profile your program before performing optimizations but no-one ever describes how to do so. What are …

c profiling profiler