LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Performance in compiled version vs development system version

Hi!
 
This might be a really stupid questions, however, since I'm no expert at all I'll ask it anyway.
 
In general, will there be any performance increase if I compile a program compared to running it in the development environment?
 
Best regards,
Mattias
 
 
 
0 Kudos
Message 1 of 3
(2,533 Views)
A LabVIEW program is always compiled. If you build it inot an executable, you remove the diagrams and disable debugging. You might see some moderate speed improvements but in my experience, it's not a very drastic change.
0 Kudos
Message 2 of 3
(2,523 Views)
One thing I'd like to add is that if you're going to see any "perfomance" increase it would be in the startup/loading time of the application, since you're only loading the run-time engine, and not the complete development environment.
0 Kudos
Message 3 of 3
(2,516 Views)