Uses of Package
de.uka.ipd.sdq.ByCounter.execution

Packages that use de.uka.ipd.sdq.ByCounter.execution
de.uka.ipd.sdq.ByCounter.execution Provides the main BytecodeCounter class and classes for the execution of instrumented classes. 
de.uka.ipd.sdq.ByCounter.reporting Provides classes for reporting ByCounter results. 
de.uka.ipd.sdq.ByCounter.utils Provides utility methods for ByCounter used in different packages. 
 

Classes in de.uka.ipd.sdq.ByCounter.execution used by de.uka.ipd.sdq.ByCounter.execution
AbstractCollectionStrategy
          Interface used by CountingResultCollector to control different methods of result collection and storage.
ArrayParameters
          Recorded information about array creations; counts, dimension and types.
BlockDefinitionContext
           
CalculatedCounts
           
CountingArtefactInformation
          A small class to describe results of a counting step.
CountingResult
          Class that holds the results of an (instrumented) method run.
CountingResultCollector
          Class used to collect statistics about an instrumented method.
CountingResultCollector.ObservedEvent
          This is the common interface of CountingResultCollector events that can be observed.
CountingResultCollectorMode
          This enum lists modes in which the CountingResultCollector can handle the counting of results.
CountingResultIndexing
          Indexing infrastructure for CountingResults.
ExecutionSettings
          This class holds a collection of settings that relate to the execution of instrumented Java byte code and the details of counting or aggregating the instrumentation results.
IFullCountingResult
           
ISimpleCountingResult
           
MethodExecutionRecord
          This class holds method execution details, i.e. how (with which parameters etc.) was which method executed.
ProtocolCountStructure
          A container used for all information that is reported by instrumented methods to the CountingResultCollector.
RuntimeMethodParameters
          A class that contains all parameter information that is needed for method invocation at runtime.
 

Classes in de.uka.ipd.sdq.ByCounter.execution used by de.uka.ipd.sdq.ByCounter.reporting
CountingResult
          Class that holds the results of an (instrumented) method run.
MethodExecutionRecord
          This class holds method execution details, i.e. how (with which parameters etc.) was which method executed.
 

Classes in de.uka.ipd.sdq.ByCounter.execution used by de.uka.ipd.sdq.ByCounter.utils
CountingResult
          Class that holds the results of an (instrumented) method run.