TimerCPU Class Reference
Detailed Description
A stopwatch class that measures the CPU time of the current process.
#include <cyTimer.h>
Protected Member Functions | |
clock_data | GetTime () const |
Protected Attributes | |
clock_data | startTime |
Keeps the starting time. | |