Eclipse and junit test profiling

Questions about YourKit Java Profiler
Post Reply
ripaul
Posts: 2
Joined: Tue Oct 05, 2004 3:51 am

Eclipse and junit test profiling

Post by ripaul »

Hi ,

I installed a evaluation copy of your software. I have the eclipse integration working, I think.

I profile my junit test and I get the following in the console :

[YourKit Java Profiler 3.0 #433] Allocations recording is started
YJP: Before GC start: Dumper.cpp 1206

I need instructions on what to do next ?. How can I see the cpu information or even execute my junit test. Does this mean that my test executed .

I am confused as to what to do next.

thanks,
Richard.
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Post by Anton Katilin »

Hello,

Looks like we have found the reason of the problem (deadlock). The bug fix build will be available soon.

By the way, what Java version did you use to run your tests?
ripaul
Posts: 2
Joined: Tue Oct 05, 2004 3:51 am

Post by ripaul »

java version "1.4.2_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)
Post Reply