|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LoadStat
A measurement of load-time performance. Each stat has a String description, a start time, and and end time. The Times are measured in milliseconds from the beginning of when the Form load began.
| Method Summary | |
|---|---|
int |
getEndTime()
Returns the time, in milliseconds, when this particular measurement ended. |
java.lang.String |
getLabel()
Returns a descriptive identifier of what is being measured by this particular load time stat. |
int |
getStartTime()
Returns the time, in milliseconds, when this particular measurement began. |
| Method Detail |
|---|
int getEndTime()
java.lang.String getLabel()
int getStartTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||