![]() |
klMatrix
|
#include <windows.h>
#include <wincon.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include "nb30.h"
#include <iostream>
Data Structures | |
class | klCPUTopology |
Functions | |
unsigned | GetOSLogicalProcessorCount () |
unsigned | GetSysProcessorPackageCount () |
unsigned | GetProcessorCoreCount () |
unsigned | GetLogicalProcessorCount () |
unsigned | GetCoresPerPackageProcessorCount () |
unsigned | GetProcessorPackageCount () |
unsigned | GetLogicalPerCoreProcessorCount () |
unsigned | getAPICID (unsigned processor) |
static ostream & | operator<< (ostream &str, klCPUTopology &v) |
unsigned getAPICID | ( | unsigned | processor | ) |
unsigned GetCoresPerPackageProcessorCount | ( | ) |
unsigned GetLogicalPerCoreProcessorCount | ( | ) |
unsigned GetLogicalProcessorCount | ( | ) |
unsigned GetOSLogicalProcessorCount | ( | ) |
unsigned GetProcessorCoreCount | ( | ) |
unsigned GetProcessorPackageCount | ( | ) |
unsigned GetSysProcessorPackageCount | ( | ) |
|
static |