HPjmeter 4.3 User's Guide

Average Exclusive Method CPU Times*
Exclusive CPU Method Time divided by the number of calls to the method. This is the average CPU
cost for the body of the method.
Related Topics
Inclusive Versus Exclusive Time (page 82)
Time Units (page 82)
Mark an Item for Search (page 203)
Find a Search Pattern (page 204)
Average Exclusive Method Clock Times*
Exclusive Clock Method Time divided by the number of calls to the method. This is the average
time spent within the method.
Related Topics
Inclusive Versus Exclusive Time (page 82)
Time Units (page 82)
Mark an Item for Search (page 203)
Find a Search Pattern (page 204)
Average Inclusive Method CPU Times*
Inclusive CPU Method Time divided by the number of calls to the method. This gives the average
CPU cost for a high-level operation.
Related Topics
Inclusive Versus Exclusive Time (page 82)
Time Units (page 82)
Mark an Item for Search (page 203)
Find a Search Pattern (page 204)
Average Inclusive Method Clock Times*
Inclusive Clock Method Time divided by the number of calls to the method. This gives the average
turn-around (response) time for a high-level operation.
Related Topics
Inclusive Versus Exclusive Time (page 82)
Time Units (page 82)
Mark an Item for Search (page 203)
Find a Search Pattern (page 204)
Starvation by Method*
Shows the starvation for each method. For our purposes, starvation is defined as time unaccounted
for. During this time, the thread was not suspended by java.lang.Thread.sleep or
java.lang.Object.wait, and it was not delayed at the monitor lock entry. The thread was
runnable (in the Java sense), yet it was not running; that is, the context had switched out.
166 Using Visualizer Functions