Package net.minecraft.profiler
Class Profiler.Section
java.lang.Object
net.minecraft.profiler.Profiler.Section
- All Implemented Interfaces:
- IProfilerSection
- Enclosing class:
- Profiler
- 
Field Details- 
durationprivate long duration
- 
countprivate long count
- 
counters
 
- 
- 
Constructor Details- 
Sectionprivate Section()
 
- 
- 
Method Details- 
getDurationpublic long getDuration()- Specified by:
- getDurationin interface- IProfilerSection
 
- 
getCountpublic long getCount()- Specified by:
- getCountin interface- IProfilerSection
 
- 
getCounters- Specified by:
- getCountersin interface- IProfilerSection
 
 
-