public final class Profiler extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Profiler.Entry |
static interface |
Profiler.Message |
static class |
Profiler.MessageLevel |
| Constructor and Description |
|---|
Profiler() |
| Modifier and Type | Method and Description |
|---|---|
static String |
dump() |
static String |
dump(String prefix) |
static String |
dump(String prefix1,
String prefix2) |
static void |
enter(Profiler.Message message) |
static void |
enter(String message) |
static long |
getDuration() |
static Profiler.Entry |
getEntry() |
static void |
release() |
static void |
reset() |
static void |
start() |
static void |
start(Profiler.Message message) |
static void |
start(String message) |
public static void start()
public static void start(String message)
public static void start(Profiler.Message message)
public static void reset()
public static void enter(String message)
public static void enter(Profiler.Message message)
public static void release()
public static long getDuration()
public static String dump()
public static Profiler.Entry getEntry()
Copyright © 2020. All rights reserved.