|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.commsen.stopwatch.reports.DefaultStopwatchReport com.commsen.stopwatch.reports.LoadStopwatchReport
Stopwatch.getLoad(int, int)
introduced in version 0.3
public class LoadStopwatchReport
This report contains additional "load" statistics.
The value of "load" shows how many instances of the code being measured are running simultaneously.
This report is udes by com.commsen.stopwatch.engines.LoadStopwatchEngine
Constructor Summary | |
---|---|
LoadStopwatchReport(java.lang.String group,
java.lang.String label,
long count,
long minTime,
long maxTime,
long averageTime,
long totalTime,
long minLoad,
long maxLoad,
long averageLoad)
Deprecated. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Deprecated. |
long |
getAverageLoad()
Deprecated. |
long |
getMaxLoad()
Deprecated. |
long |
getMinLoad()
Deprecated. |
int |
hashCode()
Deprecated. |
java.lang.String |
toString()
Deprecated. Generates string representation of this report |
Methods inherited from class com.commsen.stopwatch.reports.DefaultStopwatchReport |
---|
compareTo, getAverageTime, getCount, getGroup, getLabel, getMaxTime, getMinTime, getTotalTime |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LoadStopwatchReport(java.lang.String group, java.lang.String label, long count, long minTime, long maxTime, long averageTime, long totalTime, long minLoad, long maxLoad, long averageLoad)
group
- label
- count
- minTime
- maxTime
- averageTime
- totalTime
- minLoad
- maxLoad
- averageLoad
- Method Detail |
---|
public java.lang.String toString()
toString
in class DefaultStopwatchReport
Object.toString()
public long getAverageLoad()
public long getMaxLoad()
public long getMinLoad()
public boolean equals(java.lang.Object obj)
equals
in class DefaultStopwatchReport
public int hashCode()
hashCode
in class DefaultStopwatchReport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |