Package boofcv.misc
Class ProfileOperation
java.lang.Object
boofcv.misc.ProfileOperation
Operations for profiling runtime performance of code segments.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
measureTime
(Performer performer, int num) static void
printOpsPerSec
(Performer performer, long minTestTime) static void
See how long it takes to run the process 'num' times and print the results to standard outstatic double
profileOpsPerSec
(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
-