org.openorb.util
Class Profiler

java.lang.Object
  |
  +--org.openorb.util.Profiler

public abstract class Profiler
extends java.lang.Object

Profiler utility.

Version:
$Revision: 1.1 $ $Date: 2000/12/28 22:52:47 $
Author:
Chris Wood <wood@intalio.com>

Constructor Summary
Profiler()
           
 
Method Summary
static double[] means()
           
static int next()
           
static void point()
           
static void reset(int points)
           
static double[] stddev()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Profiler

public Profiler()
Method Detail

reset

public static void reset(int points)

point

public static void point()

next

public static int next()

means

public static double[] means()

stddev

public static double[] stddev()