| Modifier and Type | Class and Description |
|---|---|
class |
BenchmarkDriverAdapter
Convenient adapter for benchmark driver implementations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BenchmarkProbe.start(BenchmarkDriver drv,
BenchmarkConfiguration cfg)
Starts probe execution.
|
void |
BenchmarkProbePointWriter.start(BenchmarkDriver drv,
BenchmarkConfiguration cfg,
long startTime)
Writer preparation and all resource initialization should be done here.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicCounterBenchmark
Benchmark to measure how fast atomic integer can be incremented when
called form multiple threads concurrently.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EchoBenchmark
Echo server benchmark.
|
| Constructor and Description |
|---|
BenchmarkProbeSet(BenchmarkDriver driver,
BenchmarkConfiguration cfg,
Collection<BenchmarkProbe> probes,
BenchmarkLoader ldr) |
BenchmarkRunner(BenchmarkConfiguration cfg,
BenchmarkDriver drv,
BenchmarkProbeSet probeSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
VmStatProbe.start(BenchmarkDriver drv,
BenchmarkConfiguration cfg)
Starts probe execution.
|
void |
ThroughputLatencyProbe.start(BenchmarkDriver drv,
BenchmarkConfiguration cfg)
Starts probe execution.
|
void |
DStatProbe.start(BenchmarkDriver drv,
BenchmarkConfiguration cfg)
Starts probe execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BenchmarkProbePointCsvWriter.start(BenchmarkDriver drv,
BenchmarkConfiguration cfg,
long startTime)
Writer preparation and all resource initialization should be done here.
|
Copyright © 2014. All rights reserved.