l*****g 发帖数: 1 | 1 Anyone know how to crack JProbe? This is a very good tool to debug java
program, but only give 2 weeks evaluation. Thanks! |
|
h******u 发帖数: 155 | 2 heap tracking的工具很多阿,Jprofiler,LeakHunter, jprobe,你看一下到底是什么
type的object一直没有释放。 我倒是有更好的research tool,可是不能release 呵呵 |
|
m********r 发帖数: 23 | 3
Believe it or not, I've used OptimizeSuite/JProbe/JProfiler for that. I'm
pretty sure there's not
much space to improve.
can
the
If |
|
m********r 发帖数: 23 | 4
very
After
I don't think it'll help to store the intermediate result to a file. There's
no need and it can become a bottleneck.
Now it may be the time to rewrite in C++ but I'm not familiar with it and
don't have the time.
The good thing about Java for this is there are very good profilers like
OptimizeIt, JProbe etc which helped me to improve algorithms. I don't know if
profilers in C++ are as good as them. |
|
|
|
c*****s 发帖数: 214 | 7 你想测什么呢?
测覆盖可以用clover或者jcoverage,都是免费。
eclipse里haydes用起来很方便,可以测覆盖,创建实例分布情况,内存占用等。也是免
费。
jprobe的很多功能和haydes类似,但精细很多。可以dig into每个实例。还可以通过编程
设置监测点等,满足复杂的测试要求。 |
|
i**h 发帖数: 17 | 8 what specific goals do you have in mind? i used jprobe before. it worked out
well in our project. it can help you find performance bottleneck, and memory
leak etc. |
|
s***y 发帖数: 124 | 9 as the title, any suggestion on Open-source Java Profiler ? |
|
|
s***y 发帖数: 124 | 11 netbeans has built-in profiler?
Eclipse needs install plug-ins.
I tried some, which are not stable. |
|
r*****s 发帖数: 985 | 12 最新jrockit的jra功能很强大了,
免费版的好像可以profile最长30分钟吧,
没有特别难搞的问题一般够用了 |
|
j******o 发帖数: 82 | 13 used to be separate download, now integrated in 6.0. |
|
t*******e 发帖数: 684 | 14 Just tried the netbeans profiler, very easy to use, nice user interface. |
|
s***y 发帖数: 124 | 15 Thanks.
I will try netbeans |
|
|
g***8 发帖数: 27 | 17 如果公司用JPROBE,自己用还是找免费的吧。 |
|