|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface ProfileMonitor
The Interface ProfileMonitor.
| Method Summary | |
|---|---|
void |
add(double value)
Normally this method should be synchronized. |
double |
getActive()
Gets the active. |
double |
getAvg()
Gets the avg. |
double |
getAvgActive()
Gets the avg active. |
Date |
getFirstAccess()
Gets the first access. |
int |
getHits()
Gets the hits. |
String |
getLabel()
Gets the label. |
Date |
getLastAccess()
Gets the last access. |
String |
getLastTime()
Gets the last value as time string. |
double |
getLastValue()
Gets the last value. |
double |
getMax()
Gets the max. |
double |
getMaxActive()
Gets the max active. |
double |
getMin()
Gets the min. |
ProfileMonitor[] |
getMonitors()
Gets the monitors. |
double |
getTotal()
Gets the total. |
String |
getUnits()
Gets the units. |
void |
reset()
Reset. |
void |
start()
Start. |
void |
stop()
Stop. |
String |
toCsvHeadline()
To csv headline. |
String |
toCsvString()
To csv string. |
String |
toShortString()
To short string. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
ProfileMonitor[] getMonitors()
void start()
void stop()
void reset()
String getLabel()
void add(double value)
value - the valuedouble getTotal()
double getLastValue()
String getLastTime()
getLastValue() but in a human readable format.
double getMax()
double getMin()
int getHits()
double getAvg()
String toShortString()
String toCsvString()
String toCsvHeadline()
double getActive()
double getAvgActive()
double getMaxActive()
Date getFirstAccess()
Date getLastAccess()
String getUnits()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||