Overview
This example VI enable you to measure the execution time of a code.
Description
This basic VI allows you to measure the execution time of the code in the middle segment of the sequence structure. This can be useful for troubleshooting and for performance metrics. In the VI, two tick counters are used to measure the difference in time between the starting and ending. The execution time is shown in milisecond.
Requirements
- LabVIEW Base Development System 2012 (or compatible)
Steps to Implement or Execute Code
- Open the VI "Execution Time 2012 NIVerified.vi"
- Run the program.
Additional Information or References
VI Block Diagram

**This document has been updated to meet the current required format for the NI Code Exchange.**