org.objectweb.proactive.core.util.timer
Interface Timeable

All Known Implementing Classes:
MicroTimer

public interface Timeable

Author:
Alexandre di Costanzo

Method Summary
 long getCumulatedTime()
           
 java.lang.String getUnit()
           
 void start()
           
 void stop()
           
 

Method Detail

start

public void start()

stop

public void stop()

getCumulatedTime

public long getCumulatedTime()

getUnit

public java.lang.String getUnit()


Copyright ? April 2005 INRIA All Rights Reserved.