Thread.Sleep Method (CPUProfileEnum)

Tungsten Suite

ThreadSleep Method (CPUProfileEnum)

Attempts to free the CPU for other processes, based on the desired level. Consequences will vary depending on your hardware architecture. The more processors/cores you have, the better performance you will have by selecting LowCPU. Likewise, on a single-core processor, you may wish to select HighCPU.

Namespace:  W.Threading
Assembly:  Tungsten.Threading (in Tungsten.Threading.dll) Version: 2.0.1
Syntax
C#
public static void Sleep(
	CPUProfileEnum level
)

Parameters

level
Type: W.ThreadingCPUProfileEnum
The desired level of CPU usage
Remarks
Note results may vary. LowCPU will spread the load onto multiple cores and can actually yield faster results depending on your hardware architecture. This may not always be the case.
See Also