LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Calculating Computational intensity of labview code

Solved!
Go to solution

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

0 Kudos
Message 1 of 2
(3,012 Views)
Solution
Accepted by topic author josephkirmani

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/

Message 2 of 2
(2,959 Views)