|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbb.util.Benchmark.JvmState
protected static class Benchmark.JvmState
Records some characteristics of the JVM state.
Field Summary | |
---|---|
protected long |
compilationTimeTotal
Accumlated elapsed time (in milliseconds) spent in compilation. |
protected long |
countClassesLoaded
Count of the total number of classes that have been loaded by this JVM. |
protected long |
countClassesUnloaded
Count of the total number of classes that have been unloaded by this JVM. |
Constructor Summary | |
---|---|
protected |
Benchmark.JvmState()
Constructor. |
Method Summary | |
---|---|
protected String |
difference(Benchmark.JvmState other)
Returns a String report of the differences, if any, between this instance and other. |
boolean |
equals(Object obj)
Determines equality based on whether or not obj is a JvmState instance
whose every field equals that of this instance. |
int |
hashCode()
Returns a value based on all of the fields. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected long countClassesLoaded
protected long countClassesUnloaded
protected long compilationTimeTotal
Constructor Detail |
---|
protected Benchmark.JvmState()
Method Detail |
---|
public final boolean equals(Object obj)
JvmState
instance
whose every field equals that of this instance.
equals
in class Object
public final int hashCode()
hashCode
in class Object
protected String difference(Benchmark.JvmState other)
String
report of the differences, if any, between this instance and other.
Contract: the result is never null
, but will be zero-length if there is no difference.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |