Wall Times - How to Get Them?

Questions about YourKit Java Profiler
Post Reply
Alexander Heim
Posts: 3
Joined: Tue Aug 24, 2004 9:28 am

Wall Times - How to Get Them?

Post by Alexander Heim »

I would like to see the "wall" times that are a new feature of version 4.0.
But I cannot figure out how to capture a CPU snapshot that displays this kind of result.
The documentation does not mention the term "wall" at all.

What do I need to do?
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Post by Anton Katilin »

Hello,

Both wall and thread times are available in snapshots captured via Java 5.0/JVMTI.
JVMPI snapshots on older Java versions contain thread time when it is available, and wall time otherwise (e.g. in combination Linux+tracing).

Best regards,
Anton
Post Reply