LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Automatically logging Running Time of a VI

I am looking for a way to automatically log the time that a VI takes to run in LABView. I know that there is a utility somewhere, I just can't seem to find it. Any help is appreciated.
0 Kudos
Message 1 of 2
(2,170 Views)
The only utility in LabVIEW for measuring time as you indicate is the Profiler, which is under Tools>Advanced>Profile VIs (in LabVIEW 6).

Hope that helps.

Keep in mind that the profiler doesn't measure execution time of a VI, but the processing time. Any delays or waits are NOT included in the times reported by the Profiler. If you want the actual execution time, you have to measure it in the VI itself, or in a wrapper or calling VI.
0 Kudos
Message 2 of 2
(2,170 Views)