org.freedesktop.dbus.test
Class profile.Log

java.lang.Object
  extended by org.freedesktop.dbus.test.profile.Log
Enclosing class:
profile

public static class profile.Log
extends java.lang.Object


Constructor Summary
profile.Log(int size)
           
 
Method Summary
 long max()
           
 double mean()
           
 long min()
           
 void start()
           
 double stddev()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

profile.Log

public profile.Log(int size)
Method Detail

start

public void start()

stop

public void stop()

mean

public double mean()

min

public long min()

max

public long max()

stddev

public double stddev()