Uses of Interface
boofcv.misc.Performer
-
Uses of Performer in boofcv.misc
Modifier and TypeMethodDescriptionstatic long
ProfileOperation.measureTime
(Performer performer, int num) static void
ProfileOperation.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
ProfileOperation.profileOpsPerSec
(Performer performer, long minTestTime, boolean warmUp)