|
static void | __cpuid (int *cpuid_data, int) |
|
__int64 | __rdtsc () |
|
void * | _ReturnAddress (void) |
|
__inline BOOL | DBL_BSLASH (LPCTSTR psz) |
| Inline function to check for a double-backslash at the beginning of a string. More...
|
|
static DWORD | GetCPUSpeed () |
| Calculate the CPU clock speed using the 'rdtsc' instruction. More...
|
|
static int | GetL2CacheSize () |
| Use assembly to retrieve the L2 cache information ... More...
|
|
static char * | GetWindowsVersion () |
|
static void | GetWinNTCpuInfo (CpuInfo_t *cpuinfo, Int_t sampleTime) |
| Get CPU stat for Window. More...
|
|
static void | GetWinNTMemInfo (MemInfo_t *meminfo) |
| Get VM stat for Windows NT. More...
|
|
static void | GetWinNTProcInfo (ProcInfo_t *procinfo) |
| Get process info for this process on Windows NT. More...
|
|
static void | GetWinNTSysInfo (SysInfo_t *sysinfo) |
| Get system info for Windows NT. More...
|
|
void | Gl_setwidth (int width) |
|
BOOL | PathIsRoot (LPCTSTR pPath) |
| check if a path is a root More...
|
|
BOOL | PathIsUNC (LPCTSTR pszPath) |
| Returns TRUE if the given string is a UNC path. More...
|
|