public class Profiler
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Profiler.Result |
| Modifier and Type | Field and Description |
|---|---|
boolean |
profilingEnabled |
| Constructor and Description |
|---|
Profiler() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearProfiling() |
void |
endSection() |
void |
endStartSection(java.lang.String name) |
java.lang.String |
getNameOfLastSection() |
java.util.List<Profiler.Result> |
getProfilingData(java.lang.String profilerName) |
void |
startSection(java.lang.String name) |
public void clearProfiling()
public void startSection(java.lang.String name)
public void endSection()
public java.util.List<Profiler.Result> getProfilingData(java.lang.String profilerName)
public void endStartSection(java.lang.String name)
public java.lang.String getNameOfLastSection()