YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.profiler.Profiler Class Reference

Public Member Functions

void clearProfiling ()
 
void startSection (String par1Str)
 
void endSection ()
 
List getProfilingData (String par1Str)
 
void endStartSection (String par1Str)
 
String getNameOfLastSection ()
 

Public Attributes

boolean profilingEnabled = false
 

Member Function Documentation

void net.minecraft.profiler.Profiler.clearProfiling ( )

Clear profiling.

void net.minecraft.profiler.Profiler.endSection ( )

End section

void net.minecraft.profiler.Profiler.endStartSection ( String  par1Str)

End current section and start a new section

String net.minecraft.profiler.Profiler.getNameOfLastSection ( )
List net.minecraft.profiler.Profiler.getProfilingData ( String  par1Str)

Get profiling data

void net.minecraft.profiler.Profiler.startSection ( String  par1Str)

Start section

Member Data Documentation

boolean net.minecraft.profiler.Profiler.profilingEnabled = false

Flag profiling enabled


The documentation for this class was generated from the following file: