com.carrotsearch.hppc.caliper
Class BenchmarkBigramCounting

java.lang.Object
  extended by com.google.caliper.api.Benchmark
      extended by com.google.caliper.SimpleBenchmark
          extended by com.carrotsearch.hppc.caliper.BenchmarkBigramCounting
All Implemented Interfaces:
com.google.caliper.Benchmark

public class BenchmarkBigramCounting
extends com.google.caliper.SimpleBenchmark

Caliper version of BigramCounting.


Nested Class Summary
static class BenchmarkBigramCounting.Library
           
 
Field Summary
 BenchmarkBigramCounting.Library library
           
 
Constructor Summary
BenchmarkBigramCounting()
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
 int timeLibrary(int reps)
           
 
Methods inherited from class com.google.caliper.SimpleBenchmark
bytesToUnits, createBenchmark, getInstanceUnitNames, getMemoryUnitNames, getTimeUnitNames, instancesToUnits, nanosToUnits, normalizeScenario, parameterNames, parameterValues, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

library

public BenchmarkBigramCounting.Library library
Constructor Detail

BenchmarkBigramCounting

public BenchmarkBigramCounting()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class com.google.caliper.SimpleBenchmark
Throws:
java.lang.Exception

timeLibrary

public int timeLibrary(int reps)

main

public static void main(java.lang.String[] args)


Copyright © 2011 Carrot Search s.c.. All Rights Reserved.