THR_UpdateTiming
Updates the timing operation. Since the start structure is not modified, it can be used multiple times with the same set of parameters.
Synopsis
#include <timing.h> void THR_UpdateTiming(const THR_TIME *start,
THR_TIME*elapsed);
Input Parameters
start | Address of the THR_TIME structure, which will keep the information needed to measure the timing interval |
elapsed | Address of the THR_TIME structure, which will contain the elapsed time since THR_BeginTiming() was called. The contents of this structure will be overwritten. |