invoication count and time reported

Questions about YourKit Java Profiler
Post Reply
pgampa
Posts: 1
Joined: Tue Dec 20, 2005 3:18 pm

invoication count and time reported

Post by pgampa »

Hi everybody,
When method tracing is turned on and I take a CPU snap shot..does the time reported the total time spent for all the calls made? for example: if invocation count is 31 and time spent is 1125 ms, it this for 31 calls? or is it 1125 ms (avg) per call? Really struggling to find this info in the documentation...but it was never specified clearly anywhere. Iam using Java profiler 4.0

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

Post by Anton Katilin »

Hi,

It is time for all 31 calls.

Best regards,
Anton
Post Reply