Uses of Class
us.abstracta.jmeter.javadsl.core.timers.DslThroughputTimer.ThroughputMode
-
Packages that use DslThroughputTimer.ThroughputMode Package Description us.abstracta.jmeter.javadsl.core.timers -
-
Uses of DslThroughputTimer.ThroughputMode in us.abstracta.jmeter.javadsl.core.timers
Fields in us.abstracta.jmeter.javadsl.core.timers declared as DslThroughputTimer.ThroughputMode Modifier and Type Field Description protected DslThroughputTimer.ThroughputModeDslThroughputTimer. calculationMethods in us.abstracta.jmeter.javadsl.core.timers that return DslThroughputTimer.ThroughputMode Modifier and Type Method Description static DslThroughputTimer.ThroughputModeDslThroughputTimer.ThroughputMode. valueOf(String name)Returns the enum constant of this type with the specified name.static DslThroughputTimer.ThroughputMode[]DslThroughputTimer.ThroughputMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in us.abstracta.jmeter.javadsl.core.timers with parameters of type DslThroughputTimer.ThroughputMode Modifier and Type Method Description DslThroughputTimerDslThroughputTimer. calculation(DslThroughputTimer.ThroughputMode calculation)Allows specifying the exact method of calculation of throughput regardless of the location of the timer.
-