VI Metrics Dialog Box
Select Tools»Advanced»VI Metrics to display this dialog box.
 |
Note This dialog box is available only in the LabVIEW Professional Development System. |
Use this dialog box to gain a rough measure of the complexity of your application.
This dialog box includes the following components:
- Select a VISets the VI to be analyzed.
- # of user VIsIndicates how many user-created VIs are referenced by the selected VI.
- # of vi.lib VIsIndicates how many VIs in vi.lib are referenced by the selected VI.
- Exclude vi.lib files from statisticsSets whether VI Metrics counts LabVIEW's own VIs in determining complexity. This checkbox is selected by default.
- Show stats forDetermines which statistics will appear in the Metrics Statistics field.
- DiagramSets whether to display statistics for the VI block diagram.
- User interfaceSets whether to display statistics for user interface elements in the VI.
- Globals/localsSets whether to display statistics for variables included in the VI.
- CINs/shared lib callsSets whether to display statistics for Code Interface Nodes and Call Library Nodes in the selected VI.
- SubVI interfaceSets whether to display statistics about connector panes for the selected VI's subVIs.
- Metrics StatisticsThis text area displays all VI statistics in table format as selected by the options above.
- SaveSaves information from the displayed columns to a text file.
- DoneCloses this dialog box.