Package com.complexible.common.timer
Class GlobalTimer
- java.lang.Object
-
- com.complexible.common.timer.GlobalTimer
-
public class GlobalTimer extends java.lang.Object
- Since:
- 2.0
- Version:
- 2.0
- Author:
- Evren Sirin
-
-
Constructor Summary
Constructors Constructor Description GlobalTimer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
format(long ms)
static Timer
get(java.lang.String name)
static java.lang.String
info()
static Timer
start(java.lang.String name)
static Timer
stop(java.lang.String name)
-
-
-
Field Detail
-
timers
public static final Timers timers
-
-