All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----juice.util.SpeedTestReport
public SpeedTestReport(String title, long totalTimeMsec, long numIterations)
public SpeedTestReport(long totalTimeMsec, long numIterations)
public String getProperty(String key, String defaultValue)
public String getProperty(String key)
public Properties getProperties()
public long getTotalTime()
public long getIterations()
All Packages Class Hierarchy This Package Previous Next Index