com.taobao.metamorphosis.utils.test
类 ClockWatch

java.lang.Object
  继承者 com.taobao.metamorphosis.utils.test.ClockWatch
所有已实现的接口:
Runnable

public final class ClockWatch
extends Object
implements Runnable

用于测试的时间监视器

从以下版本开始:
1.0, 2010-1-11 下午03:09:20
作者:
boyan

构造方法摘要
ClockWatch()
           
 
方法摘要
 long getDurationInMillis()
           
 long getDurationInNano()
           
 void run()
           
 void start()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ClockWatch

public ClockWatch()
方法详细信息

run

public void run()
指定者:
接口 Runnable 中的 run

start

public void start()

getDurationInNano

public long getDurationInNano()

getDurationInMillis

public long getDurationInMillis()


Copyright © 2010–2013. All rights reserved.