Uses of Class
de.uka.ipd.sdq.ByCounter.execution.ProtocolCountStructure

Packages that use ProtocolCountStructure
de.uka.ipd.sdq.ByCounter.execution Provides the main BytecodeCounter class and classes for the execution of instrumented classes. 
 

Uses of ProtocolCountStructure in de.uka.ipd.sdq.ByCounter.execution
 

Subclasses of ProtocolCountStructure in de.uka.ipd.sdq.ByCounter.execution
 class ProtocolCountUpdateStructure
          This class is the same as ProtocolCountStructure, but has a different semantic.
 

Methods in de.uka.ipd.sdq.ByCounter.execution with parameters of type ProtocolCountStructure
 CalculatedCounts[] BlockResultCalculation.calculateCountsFromBlockExecutionSequence(ProtocolCountStructure result, boolean calculateRangeBlocks)
          Uses the results blockExecutionSequence to calculate counting results.
 void CountingResultCollector.protocolCount(ProtocolCountStructure result)
          An instrumented class calls this method to report the instruction and method call counts.
abstract  boolean AbstractCollectionStrategy.protocolCount(ProtocolCountStructure result, long reportingStart)
          Protocol the count to the collection strategy.
 boolean CollectionStrategyDefault.protocolCount(ProtocolCountStructure result, long reportingStart)
          Add to counting results.
 boolean CollectionStrategyForceInlining.protocolCount(ProtocolCountStructure result, long reportingStart)
           
 boolean CollectionStrategyWishedInlining.protocolCount(ProtocolCountStructure result, long reportingStart)
          Add to wished inlining result.