LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Defect Density

Hello,
 
In text based programming languages, Defect Density is generally measured as number of Major Defects found in thousand lines of code(i.e.Defect Density (at any stage)   <= 1 Major/KLOC ).Is there a yard stick to measure Defect Density in LabVIEW?Can anybody please through some light on this standards?
 
Karthik SP
0 Kudos
Message 1 of 2
(2,804 Views)

With the professional version of LabVIEW, you have the Tools>Profile>VI Metrics option. This will report number of "nodes' which you might roughly compare to source lines of code. Where I work, we use a separate bug tracking program to report defects and can assign different levels of severity. I don't know if you can input information such as source lines of code to create a report but I you can export a bug list to create an report in Excel for example. I don't think I've heard of anyone here doing that though. The only metric we look at (at least for product application code) is the total number of major defects.

Message 2 of 2
(2,767 Views)