public class Profiler extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
profilingEnabled
Flag profiling enabled
|
Constructor and Description |
---|
Profiler() |
Modifier and Type | Method and Description |
---|---|
void |
clearProfiling()
Clear profiling.
|
void |
endSection()
End section
|
void |
endStartSection(String par1Str)
End current section and start a new section
|
String |
getNameOfLastSection() |
List |
getProfilingData(String par1Str)
Get profiling data
|
void |
startSection(String par1Str)
Start section
|
public void clearProfiling()
public void startSection(String par1Str)
public void endSection()
public void endStartSection(String par1Str)
public String getNameOfLastSection()