|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectTimeProfilingListener.ProfileInstr
public static class TimeProfilingListener.ProfileInstr
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
TimeProfilingListener.ProfileInstr(String sysid,
int line)
Construct a new ProfileInstr |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String systemId
public int lineNum
public long start
public long descendantTime
| Constructor Detail |
|---|
public TimeProfilingListener.ProfileInstr(String sysid,
int line)
| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic boolean equals(Object other)
equals in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||