First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked Jun 21 '13

1'' gravatar image

OpenCV single-core benchmarking

How can I benchmark OpenCV with parallelism disabled, i.e. on a single core of the CPU? Is this possible without rebuilding the libraries? Should I insert an #undef HAVE_PARALLEL_FRAMEWORK somewhere?

click to hide/show revision 2
No.2 Revision

OpenCV single-core benchmarkingDisable parallelism

How can I benchmark OpenCV with parallelism disabled, i.e. on a single core of the CPU? Is this possible without rebuilding the libraries? Should I insert an #undef HAVE_PARALLEL_FRAMEWORK somewhere?

click to hide/show revision 3
No.3 Revision

Disable parallelism

How can I benchmark OpenCV on Windows (Visual Studio) with parallelism disabled, i.e. on a single core of the CPU? Is this possible without rebuilding the libraries? Should I insert an #undef HAVE_PARALLEL_FRAMEWORK somewhere?somewhere? I haven't noticed a CMake option to disable compilation with the Parallel Patterns Library, among other parallel frameworks.

click to hide/show revision 4
No.4 Revision

Disable parallelismCPU parallelization

How can I benchmark OpenCV on Windows (Visual Studio) with parallelism disabled, i.e. on a single core of the CPU? CPU parallelization disabled? Is this possible without rebuilding the libraries? Should I insert an #undef HAVE_PARALLEL_FRAMEWORK somewhere? I haven't noticed a CMake option to disable compilation with the Parallel Patterns Library, among other parallel frameworks.