Jump to content

Parallel For Loop Debugging

From LabVIEW Wiki
Revision as of 06:50, 20 August 2024 by Logmanoriginal (talk | contribs) (Created page with "{{LabVIEW VI Analyzer Toolkit Infobox|tree-category=block diagram|tree-subcategory=performance}} '''Parallel For Loop Debugging''' is a VI Analyzer test installed by the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Parallel For Loop Debugging

Parallel For Loop Debugging is a VI Analyzer test installed by the LabVIEW VI Analyzer Toolkit add-on. It detects parallel For Loops with debugging enabled.

Explanation

The Allow debugging setting on a parallel For Loop forces sequential execution and should be disabled in production code where parallel execution is desired.