Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
-xharness-option="—-ignore-functions-with-openmp=true"

Anchor
disable instrumentation for pragma loop
disable instrumentation for pragma loop
How can I disable C/C++test code instrumentation for functions containing '#pragma loop' directives?

Add the following option to the cpptestcc command line:

Code Block
-xharness-option="—-ignore-functions-with-clang-loop=true"

Anchor
disable instrumentation for pragma GCC ivdep
disable instrumentation for pragma GCC ivdep
How can I disable C/C++test code instrumentation for functions containing '#pragma GCC ivdep' directives?

Add the following option to the cpptestcc command line:

Code Block
-xharness-option="—-ignore-functions-with-ivdep=true"

Reports

What if some characters fail to be properly displayed in C/C++test reports?

...