I think I would use the threshold function in LV to find the initial high peak in each waveform. That will return the x-index of the point. That information and the sample clock frequency will allow you to calculate delta times.
Alternately, you could use a simple comparison. The output would be an array of booleans, find the first one that is true and that index would be used in your time calculations.
Mike...