11-17-2015 10:34 AM
How to calculate computational intensity of a labview code in terms of no. of operations? Also please guide me how to find the number of fixed point and floating points operations.
Thanks
Solved! Go to Solution.
11-18-2015 09:14 AM
As far as I know, there is no tool available to explicitly measure the number of operations being performed under the hood. One option that could give you a more basic overview of your code's complexity is using the VI Analyzer Toolkit. It has many tests that could give you some indication of any performance issues. I would check out these articles:
http://www.ni.com/white-paper/3588/en/
http://zone.ni.com/reference/en-XX/help/371361K-01/lvvianalyzerhelp/complexity_metrics_tests/
http://zone.ni.com/reference/en-XX/help/371361K-01/lvvianalyzerhelp/vi_metrics_tests/