Class N11_Supplement_LfsrVariations.Benchmark2

java.lang.Object
  extended by bb.util.Benchmark
      extended by N11_Supplement_LfsrVariations.Benchmark2
Enclosing class:
N11_Supplement_LfsrVariations

protected static class N11_Supplement_LfsrVariations.Benchmark2
extends bb.util.Benchmark

Specialized subclass of Benchmark which has an additional perform method which will support the calculaations and results needed by the parent class.


Nested Class Summary
 
Nested classes/interfaces inherited from class bb.util.Benchmark
bb.util.Benchmark.JvmState, bb.util.Benchmark.LfsrAdvancer, bb.util.Benchmark.Measurement, bb.util.Benchmark.Params, bb.util.Benchmark.Stats
 
Field Summary
 
Fields inherited from class bb.util.Benchmark
callResult, cleanIssues, measurements, noiseMap, noiseTask, numberExecutions, outlierIssues, params, serialCorrelationIssues, statsAction, statsBlock, task, timeExecFirst
 
Constructor Summary
protected N11_Supplement_LfsrVariations.Benchmark2(Runnable task, bb.util.Benchmark.Params params)
           
 
Method Summary
protected  String perform(long numberExecutions)
           
 
Methods inherited from class bb.util.Benchmark
appendIssues, calculateStats, checkState, cleanJvm, cleanJvmFinal, clearUserMsgs, determineNumberExecutions, diagnoseOutliers, diagnoseSd, diagnoseSerialCorrelation, doMeasurementFirst, doMeasurements, getCallResult, getFirst, getMean, getNumberActionsPerMeasurement, getSd, getStats, getStatsAction, getStatsBlock, getTimes, issueSummary, measure, osSpecificPreparation, perform, preventDce, sendUserMsg, timeDiffSeconds, timeNs, toString, toStringFull, warmupJvm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

N11_Supplement_LfsrVariations.Benchmark2

protected N11_Supplement_LfsrVariations.Benchmark2(Runnable task,
                                                   bb.util.Benchmark.Params params)
Method Detail

perform

protected String perform(long numberExecutions)
                  throws Exception
Throws:
Exception