org.smallmind.seda
Class StopWatch

java.lang.Object
  extended by org.smallmind.seda.StopWatch

public class StopWatch
extends Object


Constructor Summary
StopWatch()
           
 
Method Summary
 StopWatch click()
           
 long getCpuTimeNanos()
           
 long getDurationNanos()
           
 long getStartMillis()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopWatch

public StopWatch()
Method Detail

click

public StopWatch click()

getStartMillis

public long getStartMillis()

getDurationNanos

public long getDurationNanos()

getCpuTimeNanos

public long getCpuTimeNanos()


Copyright © 2011. All Rights Reserved.