Home |
RTKernel-32 Programming Manual Function TIElapsedAndMark |
Function TIElapsedAndMarkTIElapsedAndMark returns the elapsed time since FTReadTime and resets the Parameter (*T) to the current time: TISeconds TIElapsedAndMark(RTKFineTime * T); ParametersTPointer to an RTKFineTime structure which must have been previously set by a call to FTReadTime. return valueThe elapsed time in seconds. This function is useful to measure a set of consecutive time intervals. No overhead is subtracted from the returned value.
|