I want to find the data transfer time
I have code like this
timeRetVal =
gettimeofday(&tp,&tz); Transferdata(); timeRetVal =
gettimeofday(&tp,&tz); lTime = lEndTime - lStartTime;
How come some times lEndTime value is less than lStartTime value is there any other function to get the tick count. Thanks
|