Use GetTime() to get the start time. Then use it again later to calculate the elapsed time. Since GetTime() returns the number of seconds since midnight, you will need to consider the case where your test spans two days.
↧