Uses of Class
io.hyperfoil.api.statistics.Statistics
-
Packages that use Statistics Package Description io.hyperfoil.api.connection io.hyperfoil.api.session io.hyperfoil.api.statistics -
-
Uses of Statistics in io.hyperfoil.api.connection
Methods in io.hyperfoil.api.connection that return Statistics Modifier and Type Method Description StatisticsRequest. statistics()Methods in io.hyperfoil.api.connection with parameters of type Statistics Modifier and Type Method Description voidRequest. start(SequenceInstance sequence, Statistics statistics) -
Uses of Statistics in io.hyperfoil.api.session
Methods in io.hyperfoil.api.session that return Statistics Modifier and Type Method Description StatisticsSession. statistics(int stepId, java.lang.String name) -
Uses of Statistics in io.hyperfoil.api.statistics
Methods in io.hyperfoil.api.statistics that return Statistics Modifier and Type Method Description StatisticsSessionStatistics. getOrCreate(Phase phase, int stepId, java.lang.String name, long startTime)Methods in io.hyperfoil.api.statistics that return types with arguments of type Statistics Modifier and Type Method Description java.util.Map<java.lang.String,Statistics>SessionStatistics. stats(int index)
-