org.databene.contiperf.report
Class LatencyDataSet
java.lang.Object
org.databene.contiperf.report.LatencyDataSet
public class LatencyDataSet
- extends Object
Helper class for managing and reducing latency distribution counts
to dimensions that can pe handled by the GoogleLatencyRenderer
.
Created: 14.01.2011 12:59:40
- Since:
- 2.0.0
- Author:
- Volker Bergmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LatencyDataSet
public LatencyDataSet(int capacity)
addPoint
public void addPoint(int x,
int y)
getMaxX
public int getMaxX()
getMaxY
public int getMaxY()
pointCount
public int pointCount()
getX
public int getX(int i)
getY
public int getY(int i)
scaleY
public void scaleY(int newMax)
addLabel
public void addLabel(String text,
int x)
getLabels
public List<LatencyDataSet.LabelInfo> getLabels()
reduce
public LatencyDataSet reduce(int newSize)
Copyright © 2013. All Rights Reserved.