#include <TimeCounter.h>
Public Member Functions | |
| TimeCounter (char *name) | |
| Constructor. | |
Protected Attributes | |
| LARGE_INTEGER | freq |
| LARGE_INTEGER | beginTime |
| char * | name |
| TimeCounter::TimeCounter | ( | char * | name | ) | [inline] |
Constructor.
| name | string that will be visible in printed report |
1.5.9