Package | Description |
---|---|
net.grinder.console.model |
The console model.
|
net.grinder.statistics |
The Grinder statistics engine.
|
Modifier and Type | Method and Description |
---|---|
StatisticExpression |
SampleModelImplementation.getPeakTPSExpression()
Get the expression for peak TPS.
|
StatisticExpression |
SampleModel.getPeakTPSExpression()
Get the expression for peak TPS.
|
StatisticExpression |
SampleModelImplementation.getTPSExpression()
Get the statistics expression for TPS.
|
StatisticExpression |
SampleModel.getTPSExpression()
Get the statistics expression for TPS.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PeakStatisticExpression
A
StatisticExpression that tracks the peak value of another
StatisticExpression . |
Modifier and Type | Method and Description |
---|---|
StatisticExpression |
StatisticExpressionFactory.createConstant(double value)
Create a constant float expression.
|
StatisticExpression |
StatisticExpressionFactory.createConstant(long value)
Create a constant long expression.
|
StatisticExpression |
StatisticExpressionFactory.createDivision(StatisticExpression numerator,
StatisticExpression denominator)
Create a division.
|
StatisticExpression |
StatisticExpressionFactory.createExpression(String expression)
Parse an expression.
|
StatisticExpression |
StatisticExpressionFactory.createMinus(StatisticExpression firstOperand,
StatisticExpression[] otherOperands)
Create a minus expression.
|
StatisticExpression |
StatisticExpressionFactory.createNegation(StatisticExpression operand)
Create a negation.
|
StatisticExpression |
StatisticExpressionFactory.createPrimitive(StatisticsIndexMap.DoubleIndex index)
Create a primitive double expression.
|
StatisticExpression |
StatisticExpressionFactory.createPrimitive(StatisticsIndexMap.LongIndex index)
Create a primitive long expression.
|
StatisticExpression |
StatisticExpressionFactory.createProduct(StatisticExpression[] operands)
Create a product.
|
StatisticExpression |
StatisticExpressionFactory.createSquareRoot(StatisticExpression operand)
Create a square root.
|
StatisticExpression |
StatisticExpressionFactory.createSum(StatisticExpression[] operands)
Create a sum.
|
StatisticExpression |
ExpressionView.getExpression()
Return the
StatisticExpression . |
StatisticExpression |
StatisticsServicesImplementation.getTPSExpression()
Return the TPS expression.
|
StatisticExpression |
StatisticsServices.getTPSExpression()
Return the TPS expression.
|
Modifier and Type | Method and Description |
---|---|
StatisticExpression |
StatisticExpressionFactory.createDivision(StatisticExpression numerator,
StatisticExpression denominator)
Create a division.
|
ExpressionView |
StatisticExpressionFactory.createExpressionView(String displayName,
StatisticExpression expression)
Creates a new
ExpressionView instance. |
StatisticExpression |
StatisticExpressionFactory.createMinus(StatisticExpression firstOperand,
StatisticExpression[] otherOperands)
Create a minus expression.
|
StatisticExpression |
StatisticExpressionFactory.createMinus(StatisticExpression firstOperand,
StatisticExpression[] otherOperands)
Create a minus expression.
|
StatisticExpression |
StatisticExpressionFactory.createNegation(StatisticExpression operand)
Create a negation.
|
PeakStatisticExpression |
StatisticExpressionFactory.createPeak(StatisticsIndexMap.DoubleIndex peakIndex,
StatisticExpression monitoredStatistic)
Create a peak double statistic.
|
PeakStatisticExpression |
StatisticExpressionFactory.createPeak(StatisticsIndexMap.LongIndex peakIndex,
StatisticExpression monitoredStatistic)
Create a peak long statistic.
|
StatisticExpression |
StatisticExpressionFactory.createProduct(StatisticExpression[] operands)
Create a product.
|
StatisticExpression |
StatisticExpressionFactory.createSquareRoot(StatisticExpression operand)
Create a square root.
|
StatisticExpression |
StatisticExpressionFactory.createSum(StatisticExpression[] operands)
Create a sum.
|
Copyright © 2000-2014. All Rights Reserved.