There's a couple of ways. if you have LabVIEW 7 or higher, you can use the Elapsed Time express VI on the time & Dialog palette. If it's in a while loop, it will display a running elapsed time total in seconds. You'll have to wire a false constant to the Auto Reset input or set the properties to not reset when target time is reached. Or you can use either Tick Count or Get Date Time in Seconds as the very first thing in your program to use as a start time and as the last thing in your program, use the same function and subbtract this finish time from the start time. If you don't want to display anything, you can also use the profiler (tools>Advanced>Profile VIs).