T - public class ForgeTimings<T>
extends java.lang.Object
TimeTracker for an Object
 and performs operations for interpretation of the data.| Constructor and Description | 
|---|
ForgeTimings(T object,
            int[] rawTimingData)  | 
| Modifier and Type | Method and Description | 
|---|---|
double | 
getAverageTimings()
Averages the raw timings data collected 
 | 
java.lang.ref.WeakReference<T> | 
getObject()
Retrieves the object that the timings are for 
 | 
int[] | 
getRawTimingData()
Deprecated. 
 
Added for compatibility, remove in 1.13 
 | 
public ForgeTimings(T object, int[] rawTimingData)
public java.lang.ref.WeakReference<T> getObject()
public double getAverageTimings()
public int[] getRawTimingData()