PerformanceTestBaseCpuAffinity Property
Gets or sets the CPU affinity to be used for executing tests. If , or is too large for the executing system, then the affinity is not adjusted for the test.
Default value: null.
Namespace: KGySoft.DiagnosticsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.0.0
public int? CpuAffinity { get; set; }
Public Property CpuAffinity As Integer?
Get
Set
public:
property Nullable<int> CpuAffinity {
Nullable<int> get ();
void set (Nullable<int> value);
}
member CpuAffinity : Nullable<int> with get, set
Property Value
NullableInt32