public static class TimeProfilingListener.ProfileInstr
extends Object
Modifier and Type | Field and Description |
---|---|
long |
descendantTime
Accumulated time in descendants
|
int |
lineNum
Line number of the instruction within the XSLT file
|
long |
start
Time instruction was started
|
String |
systemId
ID representing the XSLT file of the instruction
|
Constructor and Description |
---|
ProfileInstr(String sysid,
int line)
Construct a new ProfileInstr
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Determine if this ProfileTime is the same as another
|
int |
hashCode()
Obtain a hash code so that ProfileInstrs can be used as keys in a map
|
public String systemId
public int lineNum
public long start
public long descendantTime