Uses of Class
io.hyperfoil.api.statistics.StatisticsSnapshot
Packages that use StatisticsSnapshot
-
Uses of StatisticsSnapshot in io.hyperfoil.api.config
Methods in io.hyperfoil.api.config that return StatisticsSnapshotMethods in io.hyperfoil.api.config with parameters of type StatisticsSnapshotModifier and TypeMethodDescriptionSLA.validate(String phase, String metric, StatisticsSnapshot statistics) Constructors in io.hyperfoil.api.config with parameters of type StatisticsSnapshot -
Uses of StatisticsSnapshot in io.hyperfoil.api.statistics
Methods in io.hyperfoil.api.statistics that return StatisticsSnapshotMethods in io.hyperfoil.api.statistics with parameters of type StatisticsSnapshotModifier and TypeMethodDescriptionvoidStatisticsSnapshot.add(StatisticsSnapshot other) voidStatisticsSnapshot.subtract(StatisticsSnapshot other) Method parameters in io.hyperfoil.api.statistics with type arguments of type StatisticsSnapshotModifier and TypeMethodDescriptionvoidStatistics.visitSnapshots(Consumer<StatisticsSnapshot> consumer)