Back to Adaptive Vision Library website

You are here: Start » Function Reference » Benchmarks Deprecated » BenchmarkCPU_Deprecated

BenchmarkCPU_Deprecated


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Tests CPU performance for simple arithmetic operations

Syntax

void avl::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.