Class LoadTimeLine
- java.lang.Object
-
- us.abstracta.jmeter.javadsl.core.threadgroups.LoadTimeLine
-
public class LoadTimeLine extends Object
-
-
Constructor Summary
Constructors Constructor Description LoadTimeLine(String name, String loadUnit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(long timeMillis, double value)JComponentbuildChart()longgetMaxTime()StringgetName()
-
-
-
Method Detail
-
add
public void add(long timeMillis, double value)
-
getName
public String getName()
-
buildChart
public JComponent buildChart()
-
getMaxTime
public long getMaxTime()
-
-