org.shiftone.jrat.core.jmx.benchmark
Interface BenchmarkMBean

All Known Implementing Classes:
Benchmark

public interface BenchmarkMBean

Author:
jeff@shiftone.org (Jeff Drost)

Method Summary
 double calculateCostPerMethodCallNanos()
           
 java.lang.String calculateCostPerMethodCallNanosText()
           
 long getIterations()
           
 void setIterations(long iterations)
           
 

Method Detail

calculateCostPerMethodCallNanos

double calculateCostPerMethodCallNanos()

calculateCostPerMethodCallNanosText

java.lang.String calculateCostPerMethodCallNanosText()

getIterations

long getIterations()

setIterations

void setIterations(long iterations)