public class BenchmarkTaskResults extends Object
Constructor and Description |
---|
BenchmarkTaskResults(int testIterations) |
Modifier and Type | Method and Description |
---|---|
void |
addElapsedTime(long time) |
void |
calculateStatistics() |
double |
getAverageTestTime() |
long[] |
getElapsedTimes() |
double |
getMaxTestTime() |
double |
getMinTestTime() |
double |
getStandardDeviation() |
int |
getTestIterations() |
String |
toString() |
public double getAverageTestTime()
public long[] getElapsedTimes()
public double getMaxTestTime()
public double getMinTestTime()
public double getStandardDeviation()
public int getTestIterations()
public void addElapsedTime(long time)
public void calculateStatistics()
Copyright © 2019 Neuroph Project. All rights reserved.