Package boofcv.misc
Class ProfileOperation
java.lang.Object
boofcv.misc.ProfileOperation
Operations for profiling runtime performance of code segments.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longmeasureTime(Performer performer, int num) static voidprintOpsPerSec(Performer performer, long minTestTime) static voidSee how long it takes to run the process 'num' times and print the results to standard outstatic doubleprofileOpsPerSec(Performer performer, long minTestTime, boolean warmUp)
-
Constructor Details
-
ProfileOperation
public ProfileOperation()
-
-
Method Details
-
profile
See how long it takes to run the process 'num' times and print the results to standard out -
printOpsPerSec
-
profileOpsPerSec
-
measureTime
-