org.ddogleg
Class ProfileOperation
- java.lang.Object
-
- org.ddogleg.ProfileOperation
-
public class ProfileOperation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description ProfileOperation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static longmeasureTime(Performer performer, int num)static voidprintOpsPerSec(Performer performer, long minTestTime)static voidprofile(Performer performer, int num)See how long it takes to run the process 'num' times and print the results to standard outstatic doubleprofileOpsPerSec(Performer performer, long minTestTime, boolean warmUp)
-
-
-
Method Detail
-
profile
public static void profile(Performer performer, int num)
See how long it takes to run the process 'num' times and print the results to standard out
-
printOpsPerSec
public static void printOpsPerSec(Performer performer, long minTestTime)
-
profileOpsPerSec
public static double profileOpsPerSec(Performer performer, long minTestTime, boolean warmUp)
-
measureTime
public static long measureTime(Performer performer, int num)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG