Package org.javlo.utils
Class TimeTracker
- java.lang.Object
- 
- org.javlo.utils.TimeTracker
 
- 
 public class TimeTracker extends Object 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classTimeTracker.TimeEvent
 - 
Field SummaryFields Modifier and Type Field Description static longGENERAL_START
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidend(String group, String action, Integer number)static longgetGeneralTime()static TimeTracker.TimeEventgetMainEvent(String group, String action)static List<TimeTracker.TimeEvent>getTimeEvents()static voidreset(StaticConfig staticConfig)static intstart(String group, String action)
 
- 
- 
- 
Method Detail- 
getMainEventpublic static TimeTracker.TimeEvent getMainEvent(String group, String action) 
 - 
getTimeEventspublic static List<TimeTracker.TimeEvent> getTimeEvents() 
 - 
getGeneralTimepublic static long getGeneralTime() 
 - 
resetpublic static void reset(StaticConfig staticConfig) 
 
- 
 
-