public static class IProfiler.ProfilingInfo
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
long |
inherent
The inherent total time.
|
java.lang.Object |
item
The profiling item.
|
IProfiler.ProfilingInfo |
parent
The parent profiling info.
|
long |
time
The total time.
|
java.lang.String |
type
The profiling event type.
|
Constructor and Description |
---|
ProfilingInfo(java.lang.String type,
java.lang.Object item,
IProfiler.ProfilingInfo parent,
long time,
long inherent)
Create a new profiling info.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Test, if two nodes are equal.
|
int |
hashCode()
Test, if two nodes are equal.
|
java.lang.String |
toString()
Create a string representation of the profile.
|
protected java.lang.Object |
writeReplace()
Close frame before serialization.
|
public java.lang.String type
public java.lang.Object item
public IProfiler.ProfilingInfo parent
public long time
public long inherent
public ProfilingInfo(java.lang.String type, java.lang.Object item, IProfiler.ProfilingInfo parent, long time, long inherent)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
java.io.ObjectStreamException