Class Profiler

java.lang.Object
net.minecraft.src.Profiler

public class Profiler extends Object
  • Field Details

    • profilingEnabled

      public boolean profilingEnabled
      Flag profiling enabled
  • Constructor Details

    • Profiler

      public Profiler()
  • Method Details

    • 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()