THR_BeginTiming
Starts a high-resolution timing operation. The timing resolution is 20ns, and the accuracy of the timer is about 1 microsecond.
Synopsis
#include <timing.h> void THR_BeginTiming(THR_TIME *start);
Input Parameters
start | Address of the THR_TIME structure, which will keep the information needed to measure the timing interval |