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
InterruptedException
public void startProgress()
public void reportLatency(long latency)
public String summarize(long startTime)
Copyright © 2015 The Apache Software Foundation. All rights reserved.