|
PerfExplorer 2.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectAbstractResult
DefaultResult
MinResult
public class MinResult
| Field Summary |
|---|
| Fields inherited from class AbstractResult |
|---|
CALLS, EXCLUSIVE, INCLUSIVE, SUBROUTINES, USEREVENT_MAX, USEREVENT_MEAN, USEREVENT_MIN, USEREVENT_NUMEVENTS, USEREVENT_SUMSQR |
| Constructor Summary | |
|---|---|
MinResult()
|
|
MinResult(PerformanceResult input)
|
|
MinResult(PerformanceResult input,
boolean doFullCopy)
|
|
| Method Summary | |
|---|---|
void |
putDataPoint(Integer thread,
String event,
String metric,
int type,
double value)
This method will store the specified value in the trial for the specified thread, event, metric, type combination. |
String |
toString()
This method will return a string representation of this PerformanceResult. |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MinResult()
public MinResult(PerformanceResult input)
input -
public MinResult(PerformanceResult input,
boolean doFullCopy)
| Method Detail |
|---|
public void putDataPoint(Integer thread,
String event,
String metric,
int type,
double value)
PerformanceResult
putDataPoint in interface PerformanceResultputDataPoint in class AbstractResultthread - The thread of interestevent - The event of interestmetric - The metric of interesttype - The type of data to returnvalue - The value The value of that type measured on that thread,
event, metric combinationPerformanceResult.putExclusive(java.lang.Integer, java.lang.String, java.lang.String, double),
PerformanceResult.putInclusive(java.lang.Integer, java.lang.String, java.lang.String, double),
PerformanceResult.putCalls(java.lang.Integer, java.lang.String, double),
PerformanceResult.putSubroutines(java.lang.Integer, java.lang.String, double),
AbstractResult.INCLUSIVE,
AbstractResult.EXCLUSIVE,
AbstractResult.CALLS,
AbstractResult.SUBROUTINES,
AbstractResult.USEREVENT_NUMEVENTS,
AbstractResult.USEREVENT_MAX,
AbstractResult.USEREVENT_MIN,
AbstractResult.USEREVENT_MEAN,
AbstractResult.USEREVENT_SUMSQRpublic String toString()
PerformanceResult
toString in interface PerformanceResulttoString in class AbstractResult
|
PerfExplorer 2.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||