Uses of Class
de.uka.ipd.sdq.ByCounter.instrumentation.InstrumentationCounterPrecision

Packages that use InstrumentationCounterPrecision
de.uka.ipd.sdq.ByCounter.instrumentation Provides counting instrumentation for ByCounter. 
 

Uses of InstrumentationCounterPrecision in de.uka.ipd.sdq.ByCounter.instrumentation
 

Methods in de.uka.ipd.sdq.ByCounter.instrumentation that return InstrumentationCounterPrecision
 InstrumentationCounterPrecision InstrumentationParameters.getCounterPrecision()
           
static InstrumentationCounterPrecision InstrumentationCounterPrecision.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InstrumentationCounterPrecision[] InstrumentationCounterPrecision.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.uka.ipd.sdq.ByCounter.instrumentation with parameters of type InstrumentationCounterPrecision
 void InstrumentationParameters.setCounterPrecision(InstrumentationCounterPrecision counterPrecision)
           
 

Constructors in de.uka.ipd.sdq.ByCounter.instrumentation with parameters of type InstrumentationCounterPrecision
InstrumentationParameters(java.util.List<MethodDescriptor> pMethodsToInstrument, boolean pUseHighRegistersForCounting, boolean pUseResultCollector, boolean pUseArrayParameterRecording, boolean countStatically, InstrumentationCounterPrecision counterPrecision)