Lines Matching full:time
30 * API to facilitate computing elapsed time of operations. The units of time
54 * Starts the timer. This sets the reference time from which all new elapsed
55 * time are computed. This does not reset the elapsed time to 0. This is
66 * Returns the timer elapsed time. If the Timer is in the stopped state,
69 * time since the last time PTimerStart() was called.
75 * Resets the elapsed time to 0 and resets the reference time of the Timer.