profiler

What Are Some Good .NET Profilers?

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

Any decent C# profilers out there?

I urgently need a C# profiler. Although I'm not averse to paying for one, something which is free or at least with a trial version would be ideal since it takes time to raise a purchase order. Any recommendations? ...

Please recommend a Java profiler

I am looking for the Java equivalent of gprof. I did a little Java profiling using System.getCurrentMillis(), and saw several GUI tools which seem too much. A good compromise could be a text-based Java profiler, preferably free or low-cost, which works in either Windows XP or Linux. ...

How do I profile a Maven Application in Netbeans?

I've got a project using Maven 2 as the build tool. I use Netbeans 6 as my IDE and really want to be able to use the profiler. How can I get this to work? ...

CLR Profiler - Attaching to existing process

I would like to use something like CLR Profiles on .Net 2.0 to see what objects are taking more space in the heap at any given time (of an ASP.Net worker process). However, the CLR Profiler only lets me START an app, not attach to an existing one. I assume this is because it tracks allocations and GC too, but i'm not very interested in ...

Best .NET memory and performance profiler?

We are using Jetbrains' dotTrace. Can anyone recommend any other profiling tools that you think are better for profiling C# Windows Forms applications? ...

Find out how much memory is being used by an object in C#?

Does anyone know of a way to find out how much memory an instance of an object is taking? For example, if I have an instance of the following object: TestClass tc = new TestClass(); Is there a way to find out how much memory the instance "tc" is taking? The reason for asking, is that although C# has built in memory management, I ofte...

Java profiler for IBM JVM 1.4.2 (WebSphere 6.0.2)

I'm looking for a Java profiler that works well with the JVM coming with WebSphere 6.0.2 (IBM JVM 1.4.2). I use yourkit for my usual profiling needs, but it specifically refuses to work with this old jvm (I'm sure the authors had their reasons...). Can anybody point to a decent profiler that can do the job? Not interested in a generic l...

Profiling C# / .NET applications

How do you trace/profile your .NET applications? The MSDN online help mentions Visual Studio Team (which I do not possess) and there is the Windows Performance Toolkit. But, are there other solutions you can recommend? Preferably (of course) a solution that works without changing the code (manually) and that can be integrated in Visual S...

Flex profiler gives "Socket timeout " error. Why for?

When trying to run the Flex Builder 3 profiler on any I don't get the profiler dialog window and then after a few seconds I get "Socket timeout" in the console window. Any ideas why it can't connect? I've got the latest debug version of Flash player and have tried shutting off my firewall. I'm running it on XP from the local drive, ie....

Great resources for using the CLR Profiler APIs

I'm looking for good resources to learn and contribute to regarding CLR profiler API knowledge (a.k.a "Extended Reflection"). Got one? Only other question here islink text but it's just a beginning. ...

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

Hello all. i work with sql server, but i must migrate to an application with Oracle DB. for trace my application queries, in Sql Server i use wonderful Profiler tool. is there something of equivalent for Oracle? Thank you for any Advice. ...

Does a Silverlight memory profiler exist?

CLR profiler does not seem to work with the Silverlight CLR. Does another memory profiler exist? ...

Tool or code for Cache and Memory Bus performances

I am facing a performance issue on a multi-core (8+) architecture with software written in C++ / VistualStudio / WindowsXP. Suddenly I realized that I have no idea of the performances of my L1 and L2 cache and CPU->to->Memory bandwidth. I have tested several tools (including VTune, Glowcode, etc, etc) but all of them fails when tested ...

What utilities can provide database hits/duration per page?

SQL Server profiler is great for profiling SQL Server performance for web apps. However, when I'm testing my webapp I'd like a summary of database hits/duration per page. Does anybody know of any utilities for giving you this kind of information? ...

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. ...

Need a good tool to explore a process and threads

We have some problems at our production code, my main problem is that we have some process that growing too much, as I think connections that someone forget to close. or maybe a communication error that causes them to be orphans. I am looking for a good tool to explore those process (also threads). I already know the Process explorer, ...

Profiler/Analyzer for Erlang?

Are there any good code profilers/analyzers for Erlang? I need something that can build a Call graph for my code. ...

Is there any way I can get .net stack traces in Sql Profiler, or a similar tool?

In my previous job I designed and helped build a run-time(production) Profiler tool that among other cool features was able to give me .Net stack traces for every SQL statement that executed. Think of it as SQL-Server Profiler on steroids. So instead of just seeing SQL statements and duration, you also got the context in which the SQL ex...

Is there any similar tool for Linux that works like Shark on Mac OS X?

Shark on Mac OS X is a great tool for profiling an application on a running system. Is there any similar tools for Linux? OProfile looks like it could be, anyone used it? ...