|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Report
Basic stopwatch report. All reports generated by stopwatch storages should implement this interface.
Method Summary | |
---|---|
double |
getAverageTime()
The average of all completed measurements for this label and/or group |
long |
getCount()
The number of all completed measurements for this label and/or group |
java.lang.String |
getGroup()
Information about the group for which this report was generated. |
java.lang.String |
getLabel()
Information about the label for which this report was generated. |
double |
getMaxTime()
The maximal of all completed measurements for this label and/or group |
double |
getMinTime()
The minimal of all completed measurements for this label and/or group |
double |
getTotalTime()
The sum of all completed measurements for this label and/or group |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
java.lang.String getGroup()
null
then
this is summary report for given lebel (as returned by getLabel()
) in all groups.
java.lang.String getLabel()
null
then
this is summary report for all lebels in given group (as returned by getGroup()
).
double getMinTime()
double getMaxTime()
double getAverageTime()
double getTotalTime()
long getCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |