Xbasic
Util::PerformanceTimer Class
IN THIS PAGE
Description
Precision timer that tracks CPUTime, KernelTime, and elapsed time.
Properties
- ElapsedTimeNumeric
Numeric ElapsedTime property
- CPUTimeNumeric
Numeric CPUTime property
- UserTimeNumeric
Numeric UserTime property
- KernelTimeNumeric
Numeric KernelTime property
Methods
- Start Method
Reset the start time to the current time.
- Stop Method
Stop the timer and save the elapsed time.
See Also