Package test.other
Class TestAux
java.lang.Object
test.other.TestAux
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static double
static void
outputCpuUsage
(double starttime, String outputFilename) static void
store
(List<Double> execTimes, List<LocalDateTime> execWallTimes, List<Double> realTimestamp, List<ConsensusMetrics> metrics, String path) static void
store
(List<Double> execTimes, List<LocalDateTime> execWallTimes, List<ConsensusMetrics> metrics, String path) static void
store
(List<ConsensusMetrics> metrics, String path) static long
timeout
(int n)
-
Constructor Details
-
TestAux
public TestAux()
-
-
Method Details
-
timeout
public static long timeout(int n) -
byzantine
-
store
public static void store(List<Double> execTimes, List<LocalDateTime> execWallTimes, List<Double> realTimestamp, List<ConsensusMetrics> metrics, String path) -
store
public static void store(List<Double> execTimes, List<LocalDateTime> execWallTimes, List<ConsensusMetrics> metrics, String path) -
store
-
getUptime
public static double getUptime() -
outputCpuUsage
-