THR_UpdateTiming

Synopsis

void THR_UpdateTiming(const THR_TIME *start,
THR_TIME*elapsed);  

Description

This function is used to update the timing operation. Since the start structure is not modified, it can be used multiple times with the same set of parameters.

Parameters

Parameter

Description

start

Address of the THR_TIME structure that was passed to the THR_BeginTiming() function. The contents of the structure will not be modified.

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.

Return Code

N/A