Package net.minecraft.src
Class Profiler
java.lang.Object
net.minecraft.src.Profiler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidClear profiling.voidEnd sectionvoidendStartSection(String par1Str) End current section and start a new sectiongetProfilingData(String par1Str) Get profiling datavoidstartSection(String par1Str) Start section
-
Field Details
-
profilingEnabled
public boolean profilingEnabledFlag profiling enabled
-
-
Constructor Details
-
Profiler
public Profiler()
-
-
Method Details
-
clearProfiling
public void clearProfiling()Clear profiling. -
startSection
Start section -
endSection
public void endSection()End section -
getProfilingData
Get profiling data -
endStartSection
End current section and start a new section -
getNameOfLastSection
-