Back to FabImage Library website
You are here: Start » Function Reference » Benchmarks Deprecated » BenchmarkCPU_Deprecated
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | fil |
Tests CPU performance for simple arithmetic operations
Syntax
void fil::BenchmarkCPU_Deprecated ( bool inUseMultipleCores, float& outScore )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inUseMultipleCores | bool | True | Indicates if all cores of the CPU should be used |
![]() |
outScore | float& | Score is the time of filter execution in milliseconds. Smaller value for faster CPUs. |