03-25-2014 04:46 AM
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
03-25-2014 04:51 AM
This whitepaper may be of help: http://www.ni.com/white-paper/3324/en/
03-25-2014 05:10 AM
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.
03-27-2014 04:02 AM
Hi Sean J,
The tools in LabVIEW under Tools>Profile might help you.