LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Dr. Damien's Development - Single-Element Queue Reference Objects

Hi DFGray,

 

to be able to compare the real performance, you should build the test application into the executable or disable debugging inside all subvis. If the debugging is enabled, lots of LabVIEW optimizations is not performed.

 

Regards,

 

Jiri

CLA, CTA

0 Kudos
Message 11 of 14
(3,526 Views)

Jiri, you are correct.  You should always turn off debugging for maximum performance, and it does make a large difference.

 

As an historical side note, that option did not exist when I originally wrote the tests in LabVIEW 6i.  It is debatable whether or not it should be turned on or not to keep version to version comparisons valid.

0 Kudos
Message 12 of 14
(3,508 Views)

Is there any particular reason for not using *.lvlib files for DVR, queue etc in the ReferenceObjects.lvproj?

 

thanks

RENN

Kudos always welcome for helpful posts 🙂
0 Kudos
Message 13 of 14
(3,008 Views)

The original code was written in LabVIEW 6i in 2000, and this original post used LabVIEW 7.1.  LabVIEW libraries debuted in LabVIEW 8.0, so they were not available.  To keep things consistent, libraries were never added to the tests.

Message 14 of 14
(1,172 Views)