public class TimeTracker extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TimeTracker.TimeEvent |
Modifier and Type | Field and Description |
---|---|
static long |
GENERAL_START |
Modifier and Type | Method and Description |
---|---|
static void |
end(String group,
String action,
Integer number) |
static long |
getGeneralTime() |
static TimeTracker.TimeEvent |
getMainEvent(String group,
String action) |
static List<TimeTracker.TimeEvent> |
getTimeEvents() |
static void |
reset(StaticConfig staticConfig) |
static int |
start(String group,
String action) |
public static TimeTracker.TimeEvent getMainEvent(String group, String action)
public static List<TimeTracker.TimeEvent> getTimeEvents()
public static long getGeneralTime()
public static void reset(StaticConfig staticConfig)
Copyright © 2012-2018. All Rights Reserved.