Package com.ticxo.modelengine.api.utils
Class Profiler
java.lang.Object
com.ticxo.modelengine.api.utils.Profiler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublelonglongintvoidvoid
-
Constructor Details
-
Profiler
public Profiler(int maxSize)
-
-
Method Details
-
startProfiling
public void startProfiling() -
stopProfiling
public void stopProfiling() -
getMinTime
public long getMinTime() -
getMaxTime
public long getMaxTime() -
getAverageTime
public double getAverageTime() -
getSampleSize
public int getSampleSize()
-