类的使用
net.dongliu.commons.Stopwatch
-
使用Stopwatch的程序包 程序包 说明 net.dongliu.commons Common utils for java -
-
net.dongliu.commons中Stopwatch的使用
返回Stopwatch的net.dongliu.commons中的方法 修饰符和类型 方法 说明 static StopwatchStopwatch. create()Create a stopwatch, not started.StopwatchStopwatch. start()Start the watchStopwatchStopwatch. stop()Stop the stopwatch, the following calls to elapsed will return elapsed time as this time.
-