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

@Description(value="Profile statistic for different methods") public interface ProfileStatisticMBean
The Interface ProfileStatisticMBean.
| Method Summary | |
|---|---|
void |
dumpStatistic()
Dump statistic. |
double |
getMaxAvg()
Gets the max avg. |
String |
getMaxAvgLabel()
Gets the max avg label. |
String |
getMaxAvgStatistic()
Gets the max avg statistic. |
int |
getMaxHits()
Gets the max hits. |
String |
getMaxHitsLabel()
Gets the max hits label. |
String |
getMaxHitsStatistic()
Gets the max hits statistic. |
double |
getMaxMax()
Gets the max max. |
String |
getMaxMaxLabel()
Gets the max max label. |
String |
getMaxMaxStatistic()
Gets the max max statistic. |
double |
getMaxTotal()
Gets the max total. |
String |
getMaxTotalLabel()
Gets the max total label. |
String |
getMaxTotalStatistic()
Gets the max total statistic. |
TabularData |
getStatistics()
Gets the statistics. |
void |
logStatistic()
Log statistic. |
void |
reset()
Reset. |
| Method Detail |
|---|
@Description(value="reset the statistic to be ready for new measurement") void reset()
@Description(value="maximal number how often a method is called") int getMaxHits()
@Description(value="the name of the method which was called most") String getMaxHitsLabel()
@Description(value="statistic of the most called method") String getMaxHitsStatistic()
@Description(value="maximal total time of a method") @Unit(value="milliseconds") double getMaxTotal()
@Description(value="the name of the method which need most of the time") String getMaxTotalLabel()
@Description(value="statistic of the method which need most of the time") String getMaxTotalStatistic()
@Description(value="maximal average time") @Unit(value="milliseconds") double getMaxAvg()
@Description(value="the name of the method with the maximal average time") String getMaxAvgLabel()
@Description(value="statistic of the method with the maximal average time") String getMaxAvgStatistic()
@Description(value="maximal time of a method") @Unit(value="milliseconds") double getMaxMax()
@Description(value="the name of the method with the maximal time of a single run") String getMaxMaxLabel()
@Description(value="statistic of the method with the maximal time of a single run") String getMaxMaxStatistic()
@Description(value="the statistic table") TabularData getStatistics()
@Description(value="log the statistic data") void logStatistic()
@Description(value="dump the statistic data to a temporary file") void dumpStatistic()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||