Uses of Class
io.hyperfoil.api.statistics.StatisticsSnapshot
-
Packages that use StatisticsSnapshot Package Description io.hyperfoil.api.statistics -
-
Uses of StatisticsSnapshot in io.hyperfoil.api.statistics
Methods in io.hyperfoil.api.statistics that return StatisticsSnapshot Modifier and Type Method Description StatisticsSnapshotStatisticsSnapshot. clone()Methods in io.hyperfoil.api.statistics with parameters of type StatisticsSnapshot Modifier and Type Method Description voidStatisticsSnapshot. add(StatisticsSnapshot other)voidStatisticsSnapshot. subtract(StatisticsSnapshot other)Method parameters in io.hyperfoil.api.statistics with type arguments of type StatisticsSnapshot Modifier and Type Method Description voidStatistics. visitSnapshots(java.util.function.Consumer<StatisticsSnapshot> consumer)
-