Uses of Interface
boofcv.misc.Performer
Packages that use Performer
-
Uses of Performer in boofcv.misc
Classes in boofcv.misc that implement PerformerMethods in boofcv.misc with parameters of type PerformerModifier 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)