Function psyiage_benchmark_run¶
Defined in File psyiagesdk.h
Function Documentation¶
-
FUTURE_PSYIAGE_API int
psyiage_benchmark_run
(psyiage_handle handle, psyiage_benchmark_type benchmark, float *score)¶ Run a benchmark test.
Execute the specified benchmark test to run on the device. Upon successful completion, a score value is returned.
- Note
Not yet implemented
- Return
If successful, PSYIAGE_ERROR_SUCCESS. Otherwise, a non-zero error code
- Parameters
handle
: - A handle to the psyiage instancebenchmark
: - The benchmark test to runscore
: - If successful, contains a floating point score result for the benchmark test