Java Metrics

[Back]

The availability of metrics depends on the version of Java, the version of the operating system, and the profiling option used. To display a particular metric, from the File menu select Open to open a data file, or select a previously opened one. Then select the metric you want from the Metric menu.

Many metrics show CPU time or Clock time. The clock time is the time as measured by an external independent clock, sometimes called "wall clock." The CPU time is the time spent by any of the CPUs (processors) on executing a thread. The time that a thread spends sleeping, waiting, performing an I/O operation, or being preempted does not count toward the CPU time, but contributes to the Clock time.

An HPjmeter window displays only one metric at a time, but you can open several windows. The following metrics are available:

[Back]