private static class IntegrationTestMTTR.TimingResult extends Object
Modifier and Type | Field and Description |
---|---|
(package private) org.apache.commons.math3.stat.descriptive.DescriptiveStatistics |
stats |
(package private) ArrayList<String> |
traces |
Modifier | Constructor and Description |
---|---|
private |
TimingResult() |
Modifier and Type | Method and Description |
---|---|
void |
addResult(long time,
org.apache.htrace.core.Span span)
Add a result to this aggregate result.
|
String |
toString() |
org.apache.commons.math3.stat.descriptive.DescriptiveStatistics stats
private TimingResult()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.