12-07-2011 02:15 AM
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
12-07-2011 07:24 AM - edited 12-07-2011 07:25 AM
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.
09-10-2013 03:35 AM - edited 09-10-2013 03:36 AM
Is there any particular reason for not using *.lvlib files for DVR, queue etc in the ReferenceObjects.lvproj?
thanks
RENN
09-10-2013 07:18 AM
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.