From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

computational complexity calculation for prototyping

Hi All,

 

I want to use labVIEW  to run some algorithms.  These algorithms will ultimately run on an embedded system so not only do I wish to examine the algorithmic performance but also a measure of the computational complexity

 

What is the best way to measure computational complexity? Is it the number of floating point operations?  Does labview have an application that measures the number of floating point operations?

 

Thanks

Sean 

0 Kudos
Message 1 of 4
(2,256 Views)

This whitepaper may be of help: http://www.ni.com/white-paper/3324/en/


CLA CTAChampionI'm attending the GLA Summit!
Subscribe to the Test Automation user group: UK Test Automation Group
Message 2 of 4
(2,249 Views)

Thanks .aCe.

 

Unfortunately, I am not really interested in SLOC as we are using large matrices and transforms.  

 

A metric such as the number of floating point or mathematical operations might be helpful. 

0 Kudos
Message 3 of 4
(2,239 Views)

Hi Sean J,

 

The tools in LabVIEW under Tools>Profile might help you.

 

Profile VI.png

0 Kudos
Message 4 of 4
(2,207 Views)