Tagged Questions

32
votes
19answers
17k views

Which Java profiler is better: JProfiler or YourKit?

Which profiler is better for general purpose profiling and heap analysis? 90% of our apps are standalone command line programs with substantial database and numeric processing. The other 10% are ...
4
votes
1answer
974 views

visualvm vs JProbe vs JProfiler [closed]

There are multiple tools available for CPU and memory profiling, jvisualvm is fairly new among these. Are there any comparison/benchmarking between these tools? Which tool is better than other?
1
vote
1answer
66 views

Can JProfiler tell me how long queries are taking?

Wouldn't it be nice if I could drill down into the JProfiler CPU View, and find a percentage of time running a certain query against the database? Does anyone know if this is possible?
1
vote
1answer
199 views

Python tool for performance profiling [closed]

Possible Duplicate: How can you profile a Python script? What visual tools do you know, something similar to JProfiler for Java, to analyze performance of Python applications?
0
votes
2answers
49 views

JProfiler shows “unknown” JDBC calls take 40% of the time

I am using JProfiler to view all the JDBC calls in my application that's using Hibernate. It turns out that the top 2 hot spots are "unknown" and "select 1". Any ideas what they are?