|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFullCountingResult
Field Summary |
---|
Fields inherited from interface de.uka.ipd.sdq.ByCounter.execution.ISimpleCountingResult |
---|
NO_COUNT_AVAILABLE |
Method Summary | |
---|---|
java.util.SortedMap<java.lang.String,java.lang.Long> |
getMethodCallCounts()
Simple getter for method call counts. |
java.lang.Long |
getMethodCountByString(java.lang.String methodName)
TODO |
long |
getMethodInvocationBeginning()
TODO |
long |
getMethodReportingTime()
TODO |
java.lang.Long |
getOpcodeCountByInteger(int opcode)
TODO |
java.lang.Long |
getOpcodeCountByString(java.lang.String opcode)
TODO |
long[] |
getOpcodeCounts()
Simple getter for the opcode counts as a HashMap integers where each bytecode instruction is the key for which the value represents the number of calls to a specific instruction. |
java.lang.String |
getQualifyingMethodName()
Simple getter |
java.util.UUID |
getRequestID()
|
Methods inherited from interface de.uka.ipd.sdq.ByCounter.execution.ISimpleCountingResult |
---|
getFileType, getInputCharacterisation, getMethodCount, getOpcodeCount, getOpcodeCount, getOutputCharacterisation, getTotalCount, setOpcodeCount |
Method Detail |
---|
java.util.SortedMap<java.lang.String,java.lang.Long> getMethodCallCounts()
HashMap
were the method name is mapped to the number
of calls of that method.java.lang.Long getMethodCountByString(java.lang.String methodName)
methodName
-
long getMethodInvocationBeginning()
long getMethodReportingTime()
java.lang.Long getOpcodeCountByInteger(int opcode)
java.lang.Long getOpcodeCountByString(java.lang.String opcode)
long[] getOpcodeCounts()
java.lang.String getQualifyingMethodName()
java.util.UUID getRequestID()
UUID
that is linked to a request. This is used to keep track
of execution sequences when dealing with parallel execution.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |