Class ForgeTimings<T>
java.lang.Object
net.minecraftforge.server.timings.ForgeTimings<T>
- Type Parameters:
- T-
ForgeTimings aggregates timings data collected by 
TimeTracker for an Object
 and performs operations for interpretation of the data.- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondoubleAverages the raw timings data collectedRetrieves the object that the timings are for
- 
Field Details- 
object
- 
rawTimingDataprivate int[] rawTimingData
 
- 
- 
Constructor Details- 
ForgeTimings
 
- 
- 
Method Details- 
getObjectRetrieves the object that the timings are for- Returns:
- The object
 
- 
getAverageTimingspublic double getAverageTimings()Averages the raw timings data collected- Returns:
- An average of the raw timing data
 
 
-