|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.profiler.Profiler
public class Profiler
Field Summary | |
---|---|
boolean |
profilingEnabled
Flag profiling enabled |
Constructor Summary | |
---|---|
Profiler()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean profilingEnabled
Constructor Detail |
---|
public Profiler()
Method Detail |
---|
public void clearProfiling()
public void startSection(String par1Str)
public void endSection()
public List getProfilingData(String par1Str)
public void endStartSection(String par1Str)
public String getNameOfLastSection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |