public class ProfileItem
extends java.lang.Object
Constructor and Description |
---|
ProfileItem(java.lang.String name,
java.lang.String parent,
long count,
long micros) |
Modifier and Type | Method and Description |
---|---|
long |
getCount()
Returns the item call count
|
long |
getMicros()
Returns the item execution time in microseconds
|
java.lang.String |
getName()
Returns the item's function name
|
java.lang.String |
getParent()
Returns the item's parent name
|
java.lang.String |
toString() |
public ProfileItem(java.lang.String name, java.lang.String parent, long count, long micros)
public java.lang.String getName()
public java.lang.String getParent()
public long getCount()
public long getMicros()
public java.lang.String toString()
toString
in class java.lang.Object