Package jadex.rules.tools.profiler
Class ProfilingInfo
- java.lang.Object
- 
- jadex.rules.tools.profiler.ProfilingInfo
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ProfilingInfo extends java.lang.Object implements java.io.SerializableStruct for profiling information.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ProfilingInfo(java.lang.String type, java.lang.Object item, ProfilingInfo parent, long time, long inherent)Create a new profiling info.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Test, if two nodes are equal.inthashCode()Test, if two nodes are equal.java.lang.StringtoString()Create a string representation of the profile.protected java.lang.ObjectwriteReplace()Close frame before serialization.
 
- 
- 
- 
Field Detail- 
typepublic java.lang.String type The profiling event type.
 - 
itempublic java.lang.Object item The profiling item.
 - 
parentpublic ProfilingInfo parent The parent profiling info.
 - 
timepublic long time The total time.
 - 
inherentpublic long inherent The inherent total time.
 
- 
 - 
Constructor Detail- 
ProfilingInfopublic ProfilingInfo(java.lang.String type, java.lang.Object item, ProfilingInfo parent, long time, long inherent)Create a new profiling info.
 
- 
 - 
Method Detail- 
toStringpublic java.lang.String toString() Create a string representation of the profile.- Overrides:
- toStringin class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object o) Test, if two nodes are equal.- Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() Test, if two nodes are equal.- Overrides:
- hashCodein class- java.lang.Object
 
 - 
writeReplaceprotected java.lang.Object writeReplace() throws java.io.ObjectStreamExceptionClose frame before serialization.- Throws:
- java.io.ObjectStreamException
 
 
- 
 
-