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 longProfileOperation.measureTime(Performer performer, int num) static voidProfileOperation.printOpsPerSec(Performer performer, long minTestTime) static voidSee how long it takes to run the process 'num' times and print the results to standard outstatic doubleProfileOperation.profileOpsPerSec(Performer performer, long minTestTime, boolean warmUp)