03-24-2004 08:51 AM
03-24-2004 06:51 PM
Blog for (mostly LabVIEW) programmers: Tips And Tricks
03-24-2004 07:01 PM
BE AWARE OF WHAT YOU'RE MEASURING.
I just took my own advice.
I re-measured the ADD operation by putting 10 ADDS into the frame 4 loop instead of 1
I get a loop time of 39.4 nanoseconds,meaning an add time of 3.94 nSec.
I guess the original estimate (discarding the output) was better.
My guess is that for the primitive functions like Add, Multiply, etc., it's faster to just do it than to decide if you need to or not.
But I have seen certain functions perform WAY faster if the output is not connected.
Blog for (mostly LabVIEW) programmers: Tips And Tricks