com.carrotsearch.hppc.caliper
Class BenchmarkBigramCounting
java.lang.Object
com.google.caliper.api.Benchmark
com.google.caliper.SimpleBenchmark
com.carrotsearch.hppc.caliper.BenchmarkBigramCounting
- All Implemented Interfaces:
- com.google.caliper.Benchmark
public class BenchmarkBigramCounting
- extends com.google.caliper.SimpleBenchmark
Caliper version of BigramCounting
.
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 |
library
public BenchmarkBigramCounting.Library library
BenchmarkBigramCounting
public BenchmarkBigramCounting()
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.