Tagged Questions
33
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
1k 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
2answers
30 views
Finding memory leak By JProfiler
My question is different with this I've done profiling of my application it is too slow.
After completion of one process I have seen some live objects in the heap walker.
Though we are caching some ...
1
vote
1answer
211 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
58 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?