SMILA 1.0 API documentation

org.eclipse.smila.management
Annotation Type Coefficient


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Coefficient

Coefficient to be applied to the numeric value of PerformanceCounter#getNextSampleValue().

Author:
Alexander Eliseyev

Required Element Summary
 double value
          The coefficient to apply.
 

Element Detail

value

public abstract double value
The coefficient to apply.


SMILA 1.0 API documentation