test.java
Class PerformanceUtilities

java.lang.Object
  extended by test.java.PerformanceUtilities

public class PerformanceUtilities
extends java.lang.Object

PerformanceUtilities class is intended to provide general support for measuring Aida's performance

Author:
Greg White, 29/Aug/08

Constructor Summary
PerformanceUtilities()
           
 
Method Summary
protected static double median(double[] a)
          Returns median of array of doubles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformanceUtilities

public PerformanceUtilities()
Method Detail

median

protected static double median(double[] a)
Returns median of array of doubles

Returns:
median value of the given array