cchilds / jvmmonitor

Automatically exported from code.google.com/p/jvmmonitor
0 stars 0 forks source link

Value of 'Count' of a specific method in CPU Profiling #85

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I found the 'count' value of a specific method in CPU profiling as wrong or I 
cannot understand it correctly.

When I set a debug point at the beginning of a specific method (which makes DB 
calls through JDBC driver), it stops at the debug point exactly 2 times, but in 
profiler it shows as '5' in 'count' for every call of this method.

Can someone please explain this?

Regards,
Sudarsan

Original issue reported on code.google.com by sudarsan...@gmail.com on 14 Aug 2013 at 1:29