Not showing correct method time in sampling

Questions about YourKit Java Profiler
Post Reply
praveen.mittal
Posts: 1
Joined: Thu Jan 22, 2015 8:26 am

Not showing correct method time in sampling

Post by praveen.mittal »

My application is running on weblogic and creates multiple threads to process the request from client. While doing CPU profiling using YourKit, I observed that the information is not complete. The time shown in the YourKit is not matching with the one observed using application logs. Can someone please help me ?

We have also tried profiling even after integrating the weblogic server with YourKit but still the same issue.
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Not showing correct method time in sampling

Post by Anton Katilin »

Could you please provide detail on what times you expect and what times you see.

Which version of the profiler do you use?

What is the platform?

Anyway, please note that:

- sampling results are estimate by their nature - see profiling mode explanation and comparison:
http://www.yourkit.com/docs/java/help/cpu_intro.jsp

- time measurement settings apply:
http://www.yourkit.com/docs/java/help/s ... ttings.jsp
Post Reply