net.minecraft.profiler
Class Profiler

java.lang.Object
  extended by net.minecraft.profiler.Profiler

public class Profiler
extends Object


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

profilingEnabled

public boolean profilingEnabled
Flag profiling enabled

Constructor Detail

Profiler

public Profiler()
Method Detail

clearProfiling

public void clearProfiling()
Clear profiling.


startSection

public void startSection(String par1Str)
Start section


endSection

public void endSection()
End section


getProfilingData

public List getProfilingData(String par1Str)
Get profiling data


endStartSection

public void endStartSection(String par1Str)
End current section and start a new section


getNameOfLastSection

public String getNameOfLastSection()