| Package | Description |
|---|---|
| boofcv.misc |
| Modifier and Type | Class and Description |
|---|---|
class |
PerformerBase
Optional base class for performers
|
| Modifier and Type | Method and Description |
|---|---|
static long |
ProfileOperation.measureTime(Performer performer,
int num) |
static void |
ProfileOperation.printOpsPerSec(Performer performer,
long minTestTime) |
static void |
ProfileOperation.profile(Performer performer,
int num)
See how long it takes to run the process 'num' times and print the results
to standard out
|
static double |
ProfileOperation.profileOpsPerSec(Performer performer,
long minTestTime,
boolean warmUp) |
Copyright © 2013. All Rights Reserved.