public static class BenchmarkUtils.ThroughputLatencyAggregator extends Object
| Constructor and Description |
|---|
ThroughputLatencyAggregator(String label,
int count,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
void |
reportLatency(long latency) |
void |
startProgress() |
String |
summarize(long startTime) |
public ThroughputLatencyAggregator(String label, int count, int limit) throws InterruptedException
InterruptedExceptionpublic void startProgress()
public void reportLatency(long latency)
public String summarize(long startTime)
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.