|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CalculatedCounts | |
---|---|
de.uka.ipd.sdq.ByCounter.execution | Provides the main BytecodeCounter class and classes for the execution of instrumented classes. |
Uses of CalculatedCounts in de.uka.ipd.sdq.ByCounter.execution |
---|
Methods in de.uka.ipd.sdq.ByCounter.execution that return CalculatedCounts | |
---|---|
CalculatedCounts |
BlockResultCalculation.calculateCountsFromBBCounts(java.lang.String qualifyingMethodName,
long[] basicBlockExecutionCounts,
long[] prevOpcodeCounts,
java.util.SortedMap<java.lang.String,java.lang.Long> prevMethodCallCounts)
This method uses the execution frequencies of basic blocks and calculates from these the actual opcode counts and method call counts. |
CalculatedCounts[] |
BlockResultCalculation.calculateCountsFromBlockExecutionSequence(ProtocolCountStructure result,
boolean calculateRangeBlocks)
Uses the results blockExecutionSequence to calculate counting results. |
CalculatedCounts[] |
BlockResultCalculation.calculateCountsFromRBCounts(java.lang.String qualifyingMethodName,
long[] basicBlockExecutionCounts,
long[] prevOpcodeCounts,
java.util.SortedMap<java.lang.String,java.lang.Long> prevMethodCallCounts)
This method uses the execution frequencies of basic blocks and calculates from these the actual opcode counts and method call counts for the specified range blocks. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |