Method | Description | |
---|---|---|
AdjustAffinity ( int pid, ulong mask ) : void | ||
CreateAffinityMask ( int index, int percpu ) : ulong | ||
GetCPUName ( ) : string | ||
GetCPUVendor ( ) : string | ||
GetVirtualCoresCount ( ) : int |
Method | Description | |
---|---|---|
GetPhysicalProcessorCount ( ) : int | ||
SupportsAES ( ) : int | ||
SupportsAVX ( ) : int | ||
SupportsAVX2 ( ) : int | ||
SupportsSSE2 ( ) : int | ||
_GetCPUName ( ) : |
||
_GetCPUVendor ( ) : |
public static AdjustAffinity ( int pid, ulong mask ) : void | ||
pid | int | |
mask | ulong | |
return | void |
public static CreateAffinityMask ( int index, int percpu ) : ulong | ||
index | int | |
percpu | int | |
return | ulong |